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, chain, changeDetectionManager, completedBuildContext, completedBuildResultKey, errorUpdateHandler, PARENT_BUILD_KEY, parentChain, planKey, planVcsRevisionHistoryService, triggerManager
 
Constructor Summary
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 
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(ImmutableChain chain,
                                     ImmutableChain parentChain,
                                     BuildContext completedBuildContext,
                                     ErrorUpdateHandler errorUpdateHandler,
                                     TriggerManager triggerManager,
                                     ChangeDetectionManager changeDetectionManager,
                                     BuildNumberGeneratorService buildNumberGeneratorService,
                                     BuildLoggerManager buildLoggerManager,
                                     PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
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 © 2012 Atlassian. All Rights Reserved.