|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.v2.trigger.ManualBuildDetectionAction
public class ManualBuildDetectionAction
Implementation of BuildDetectionAction
for Manual Builds
Constructor Summary | |
---|---|
ManualBuildDetectionAction(ImmutableChain chain,
com.atlassian.user.User user,
PlanExecutionConfig planExecutionConfig,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables,
BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
VariableDefinitionManager variableDefinitionManager)
|
Method Summary | |
---|---|
BuildDetectionResult |
generateResultWithoutChanges()
Creates a result with a new number without doing change detection |
PlanExecutionConfig |
getPlanExecutionConfig()
Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage) |
BuildChanges |
performDelayedChangeDetection(BuildContext buildContext)
Performs a change detection |
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 |
---|
public ManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager)
Method Detail |
---|
@NotNull public BuildDetectionResult process()
BuildDetectionAction
process
in interface BuildDetectionAction
@NotNull public BuildDetectionResult generateResultWithoutChanges()
DelayedChangeDetectionAction
generateResultWithoutChanges
in interface DelayedChangeDetectionAction
@Nullable public BuildChanges performDelayedChangeDetection(BuildContext buildContext) throws RepositoryException
DelayedChangeDetectionAction
performDelayedChangeDetection
in interface DelayedChangeDetectionAction
RepositoryException
public PlanExecutionConfig getPlanExecutionConfig()
UserInitiatedBuildDetectionAction
getPlanExecutionConfig
in interface UserInitiatedBuildDetectionAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |