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)
and ChainExecutionManager.start(com.atlassian.bamboo.chains.Chain, com.atlassian.bamboo.build.BuildDetectionAction)
process
@NotNull
BuildDetectionResult process()
- The action to be taken by build triggering (change detection) components.
- Returns:
- buildDetectionResult
Copyright © 2011 Atlassian. All Rights Reserved.