public class BuildArtifactPostProcessor extends AbstractBuildTask implements CustomBuildProcessor
buildContext
Constructor and Description |
---|
BuildArtifactPostProcessor() |
Modifier and Type | Method and Description |
---|---|
BuildContext |
call()
Copy all of the build's artifacts for this build across to the builds artifact directory
|
void |
setArtifactManager(ArtifactManager artifactManager) |
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager) |
void |
setCustomVariableContext(CustomVariableContext customVariableContext) |
void |
setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler) |
calculateBuildAndLifeCycleState, init
@NotNull public BuildContext call() throws Exception
call
in interface BuildTask
call
in interface Callable<BuildContext>
InterruptedException
- if the calling Thread
has been interrupted.Exception
- A general exception that will be handled.public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setArtifactManager(ArtifactManager artifactManager)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.