com.atlassian.bamboo.v2.trigger
Class ManualBuildDetectionAction

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

public class ManualBuildDetectionAction
extends java.lang.Object
implements BuildDetectionAction

Implementation of BuildDetectionAction for Manual Builds


Constructor Summary
ManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler)
           
 
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

ManualBuildDetectionAction

public ManualBuildDetectionAction(Plan plan,
                                  com.atlassian.user.User user,
                                  java.util.Map<java.lang.String,java.lang.String> params,
                                  BuildNumberGeneratorService buildNumberGenerator,
                                  ChangeDetectionManager changeDetectionManager,
                                  TriggerReasonManager triggerReasonManager,
                                  ErrorUpdateHandler errorUpdateHandler)
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 © 2010 Atlassian. All Rights Reserved.