com.atlassian.bamboo.build
Interface BuildDetectionAction

All Known Subinterfaces:
DelayedChangeDetectionAction, TriggerConditionsAwareBuildDetectionAction, 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)


Method Summary
 BuildDetectionResult process()
          The action to be taken by build triggering (change detection) components.
 

Method Detail

process

@NotNull
BuildDetectionResult process()
The action to be taken by build triggering (change detection) components.

Returns:
buildDetectionResult


Copyright © 2012 Atlassian. All Rights Reserved.