com.atlassian.bamboo.build
Interface BuildDetectionAction
- All Known Subinterfaces:
- UserInitiatedBuildDetectionAction
- All Known Implementing Classes:
- AbstractDependentDetectionAction, ChangeDetectionListenerAction, ChildDependencyBuildDetectionAction, ContinuedBuildDetectionAction, 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.plan.cache.ImmutableChain, com.atlassian.bamboo.build.BuildDetectionAction)
process
@NotNull
BuildDetectionResult process()
- The action to be taken by build triggering (change detection) components.
- Returns:
- buildDetectionResult
Copyright © 2012 Atlassian. All Rights Reserved.