|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildDirectoryManager
Interface to retrieve various build locations
Method Summary | |
---|---|
java.lang.String |
getAgentPathPrefix(ExecutableBuildAgent buildAgent)
|
java.io.File |
getApplicationHome()
Returns application's/agent's home directory. |
java.io.File |
getBaseBuildWorkingDirectory()
|
java.io.File |
getBuildWorkingDirectory()
Deprecated. since 3.0 please use $ getWorkingDirectoryOfCurrentAgent() |
java.io.File |
getBuildWorkingDirectory(PlanKey planKey)
|
java.io.File |
getBuildWorkingDirectory(java.lang.String planKey)
Deprecated. since 3.0 please use $ getBuildWorkingDirectory(PlanKey) |
java.io.File |
getWorkingDirectoryOfCurrentAgent()
|
Method Detail |
---|
@Deprecated java.io.File getBuildWorkingDirectory(java.lang.String planKey)
getBuildWorkingDirectory(PlanKey)
planKey
-
java.io.File getBuildWorkingDirectory(PlanKey planKey)
@Deprecated @Nullable java.io.File getBuildWorkingDirectory()
getWorkingDirectoryOfCurrentAgent()
@Nullable java.io.File getWorkingDirectoryOfCurrentAgent()
java.io.File getApplicationHome()
java.io.File getBaseBuildWorkingDirectory()
java.lang.String getAgentPathPrefix(ExecutableBuildAgent buildAgent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |