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>

public class BuildArtifactPostProcessor extends AbstractBuildTask implements CustomBuildProcessor
  • Constructor Details

    • BuildArtifactPostProcessor

      public BuildArtifactPostProcessor()
  • Method Details

    • call

      @NotNull public @NotNull BuildContext call() throws Exception
      Copy all the build's artifacts for this build across to the builds artifact directory
      Specified by:
      call in interface BuildTask
      Specified by:
      call in interface Callable<BuildContext>
      Returns:
      Throws:
      Exception - A general exception that will be handled.
    • setBuildLoggerManager

      public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
    • setArtifactManager

      public void setArtifactManager(ArtifactManager artifactManager)
    • setCustomVariableContext

      public void setCustomVariableContext(CustomVariableContext customVariableContext)
    • setErrorUpdateHandler

      public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)