com.atlassian.bamboo.v2.build.task
Interface AgentBuildTask

All Superinterfaces:
BuildTask, java.util.concurrent.Callable<BuildContext>
All Known Subinterfaces:
CustomBuildProcessor, CustomPreBuildAction
All Known Implementing Classes:
BuildArtifactPostProcessor, BuildNumberStamper, CheckoutUpdateForBuild, CloverBuildProcessor, ExecuteBuildTask, PrepareBuildTask, VCSVersionReader

public interface AgentBuildTask
extends BuildTask

Marker interface for BuildTasks 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
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.