Class BuildArtifactPostProcessor
java.lang.Object
com.atlassian.bamboo.v2.build.task.AbstractBuildTask
com.atlassian.bamboo.build.artifact.BuildArtifactPostProcessor
- All Implemented Interfaces:
CustomBuildProcessor,BambooPluginModule,AgentBuildTask,BuildTask,Callable<BuildContext>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask
buildContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull BuildContextcall()Copy all the build's artifacts for this build across to the builds artifact directoryvoidsetArtifactManager(ArtifactManager artifactManager) voidsetBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidsetCustomVariableContext(CustomVariableContext customVariableContext) voidsetErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler) Methods inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask
calculateBuildAndLifeCycleState, init
-
Constructor Details
-
BuildArtifactPostProcessor
public BuildArtifactPostProcessor()
-
-
Method Details
-
call
Copy all the build's artifacts for this build across to the builds artifact directory- Specified by:
callin interfaceBuildTask- Specified by:
callin interfaceCallable<BuildContext>- Throws:
InterruptedException- if the callingThreadhas been interrupted.Exception- A general exception that will be handled.
-
setBuildLoggerManager
-
setArtifactManager
-
setCustomVariableContext
-
setErrorUpdateHandler
-