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)


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 © 2010 Atlassian. All Rights Reserved.