|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.task.AbstractBuildTask com.atlassian.bamboo.v2.build.task.CheckoutUpdateForBuild
public class CheckoutUpdateForBuild
A task that updates the build to the latest version to be run
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask |
---|
buildContext |
Constructor Summary | |
---|---|
CheckoutUpdateForBuild()
|
Method Summary | |
---|---|
BuildContext |
call()
Execute the build task. |
void |
setBuildExecutionUpdateManager(BuildExecutionUpdateManager buildExecutionUpdateManager)
|
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
Methods inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask |
---|
init |
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 |
Constructor Detail |
---|
public CheckoutUpdateForBuild()
Method Detail |
---|
@NotNull public BuildContext call() throws RepositoryException
BuildTask
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
call
in interface BuildTask
call
in interface java.util.concurrent.Callable<BuildContext>
RepositoryException
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setBuildExecutionUpdateManager(BuildExecutionUpdateManager buildExecutionUpdateManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |