com.atlassian.bamboo.v2.trigger
Class DependentBuildDetectionAction

java.lang.Object
  extended by com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
      extended by com.atlassian.bamboo.v2.trigger.DependentBuildDetectionAction
All Implemented Interfaces:
BuildDetectionAction

public class DependentBuildDetectionAction
extends AbstractDependentDetectionAction
implements BuildDetectionAction


Field Summary
 
Fields inherited from class com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
buildLoggerManager, buildNumberGeneratorService, changeDetectionManager, completedBuildContext, completedBuildResultKey, errorUpdateHandler, PARENT_BUILD_KEY, parentPlan, plan, planKey, triggerReasonManager
 
Constructor Summary
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
 
Method Summary
 BuildDetectionResult process()
          The action to be taken by build triggering (change detection) components.
 
Methods inherited from class com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
addDependencyInformation, prepareBuildContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentBuildDetectionAction

public DependentBuildDetectionAction(Plan plan,
                                     Plan parentPlan,
                                     BuildContext completedBuildContext,
                                     ErrorUpdateHandler errorUpdateHandler,
                                     TriggerReasonManager triggerReasonManager,
                                     ChangeDetectionManager changeDetectionManager,
                                     BuildNumberGeneratorService buildNumberGeneratorService,
                                     BuildLoggerManager buildLoggerManager)
Method Detail

process

@NotNull
public BuildDetectionResult process()
Description copied from interface: BuildDetectionAction
The action to be taken by build triggering (change detection) components.

Specified by:
process in interface BuildDetectionAction
Overrides:
process in class AbstractDependentDetectionAction
Returns:
buildDetectionResult


Copyright © 2011 Atlassian. All Rights Reserved.