com.atlassian.bamboo.build
Interface BuildDetectionAction
- All Known Implementing Classes:
- AbstractDependentDetectionAction, ChildDependencyBuildDetectionAction, DependentBuildDetectionAction, ManualBuildDetectionAction
public interface BuildDetectionAction
Callback action interface used by BuildExecutionManager.tryToDetectAndBuild(java.lang.String, com.atlassian.bamboo.build.BuildDetectionAction, boolean)
and ChainExecutionManager.start(com.atlassian.bamboo.chains.Chain, com.atlassian.bamboo.build.BuildDetectionAction)
Method Summary |
BuildContext |
process()
The action to be taken by build triggering (change detection) components. |
process
@Nullable
BuildContext process()
- The action to be taken by build triggering (change detection) components.
- Returns:
- buildContext
Copyright © 2010 Atlassian. All Rights Reserved.