com.atlassian.bamboo.v2.build.task
Class CheckoutUpdateForBuild
java.lang.Object
com.atlassian.bamboo.v2.build.task.AbstractBuildTask
com.atlassian.bamboo.v2.build.task.CheckoutUpdateForBuild
- All Implemented Interfaces:
- AgentBuildTask, BuildTask, InterruptibleBuildTask, java.util.concurrent.Callable<BuildContext>
public class CheckoutUpdateForBuild
- extends AbstractBuildTask
- implements AgentBuildTask, InterruptibleBuildTask
A task that updates the build to the latest version to be run
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask |
init |
CheckoutUpdateForBuild
public CheckoutUpdateForBuild()
call
@NotNull
public BuildContext call()
throws RepositoryException
- Description copied from interface:
BuildTask
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
- Specified by:
call
in interface BuildTask
- Specified by:
call
in interface java.util.concurrent.Callable<BuildContext>
- Throws:
RepositoryException
setBuildLoggerManager
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
setBuildExecutionUpdateManager
public void setBuildExecutionUpdateManager(BuildExecutionUpdateManager buildExecutionUpdateManager)
setChainExecutionUpdateManager
public void setChainExecutionUpdateManager(ChainExecutionUpdateManager chainExecutionUpdateManager)
Copyright © 2011 Atlassian. All Rights Reserved.