com.atlassian.bamboo.v2.trigger
Class ChildDependencyBuildDetectionAction

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

public class ChildDependencyBuildDetectionAction
extends java.lang.Object
implements BuildDetectionAction


Constructor Summary
ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService)
           
 
Method Summary
 BuildDetectionResult process()
          The action to be taken by build triggering (change detection) components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildDependencyBuildDetectionAction

public ChildDependencyBuildDetectionAction(ImmutablePlan plan,
                                           PlanIdentifier child,
                                           BuildNumberGeneratorService buildNumberGenerator,
                                           TriggerManager triggerManager,
                                           BuildChanges buildChanges,
                                           ErrorUpdateHandler errorUpdateHandler,
                                           ImmutablePlanCacheService immutablePlanCacheService)
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
Returns:
buildDetectionResult


Copyright © 2012 Atlassian. All Rights Reserved.