|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.v2.build.task.InitializeBuild
@Internal public class InitializeBuild
A task that initializes the build to the latest version to be run
Constructor Summary | |
---|---|
InitializeBuild()
Cannot use constructor injection due to how we create this component in DefaultBuildAgent |
Method Summary | |
---|---|
CommonContext |
call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
Execute the build task. |
void |
setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
|
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
void |
setExecutionPhaseService(ExecutionPhaseService executionPhaseService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitializeBuild()
Method Detail |
---|
@NotNull public CommonContext call(@NotNull CommonContext commonContext, @NotNull ReadOnlyCapabilitySet capabilitySet) throws RepositoryException, RepositoryDefinitionException
BuildPhase
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
call
in interface BuildPhase
RepositoryException
RepositoryDefinitionException
public void setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setExecutionPhaseService(ExecutionPhaseService executionPhaseService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |