public interface HomeUpdate
old and new absolute paths for the home directory.
 
 Note: It is possible that the operating system has been changed between the two paths. This means, for
 example, that the old path could be a Windows path, like C:\Stash\Home while the
 new path is a Unix path, like /var/data/stash/home.
| Modifier and Type | Method and Description | 
|---|---|
| String | getNewDir()The absolute path to where the home directory currently is. | 
| String | getOldDir()The absolute path to where the home directory used to be. | 
Copyright © 2024 Atlassian. All rights reserved.