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
-
Method Summary
Modifier and TypeMethodDescription@NotNull BuildContext
call()
Copy all the build's artifacts for this build across to the builds artifact directoryvoid
setArtifactManager
(ArtifactManager artifactManager) void
setBuildLoggerManager
(BuildLoggerManager buildLoggerManager) void
setCustomVariableContext
(CustomVariableContext customVariableContext) void
setErrorUpdateHandler
(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:
call
in interfaceBuildTask
- Specified by:
call
in interfaceCallable<BuildContext>
- Throws:
InterruptedException
- if the callingThread
has been interrupted.Exception
- A general exception that will be handled.
-
setBuildLoggerManager
-
setArtifactManager
-
setCustomVariableContext
-
setErrorUpdateHandler
-