Interface AgentBuildTask

All Superinterfaces:
BuildTask, Callable<BuildContext>
All Known Subinterfaces:
CustomBuildProcessor, CustomPreBuildAction
All Known Implementing Classes:
BuildArtifactPostProcessor, BuildLabellerCustomBuildProcessor, BuildLogLabellerPreBuildAction, CloverBuildProcessor, VCSVersionReader

public interface AgentBuildTask extends BuildTask
Marker interface for BuildTask that can run on the agent. It has a limited number of dependencies
  • Method Summary

    Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask

    call, init