public class RemoteBuildDirectoryManager extends Object implements com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_WORKING_DIRECTORY_KEY |
static String |
DEFAULT_BUILD_WORKING_DIRECTORY |
| Constructor and Description |
|---|
RemoteBuildDirectoryManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentPathPrefix(ExecutableBuildAgent buildAgent) |
File |
getApplicationHome() |
File |
getBaseBuildWorkingDirectory() |
File |
getBuildWorkingDirectory(com.atlassian.bamboo.Key key) |
File |
getServerSideTaskWorkingDirectory(com.atlassian.bamboo.ResultKey resultKey) |
File |
getWorkingDirectoryOfCurrentAgent() |
void |
setAgentConfiguration(AgentConfiguration agentConfiguration) |
public static final String BUILD_WORKING_DIRECTORY_KEY
public static final String DEFAULT_BUILD_WORKING_DIRECTORY
@Nullable public File getWorkingDirectoryOfCurrentAgent()
getWorkingDirectoryOfCurrentAgent in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager@Nullable public File getBaseBuildWorkingDirectory()
getBaseBuildWorkingDirectory in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager@NotNull public File getBuildWorkingDirectory(@NotNull com.atlassian.bamboo.Key key)
getBuildWorkingDirectory in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManagerpublic File getApplicationHome()
getApplicationHome in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManagerpublic String getAgentPathPrefix(ExecutableBuildAgent buildAgent)
getAgentPathPrefix in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManagerpublic void setAgentConfiguration(AgentConfiguration agentConfiguration)
@NotNull public File getServerSideTaskWorkingDirectory(@NotNull com.atlassian.bamboo.ResultKey resultKey)
getServerSideTaskWorkingDirectory in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManagerCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.