Package com.atlassian.bamboo.v2.trigger
Class DependentBuildDetectionAction
java.lang.Object
com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
com.atlassian.bamboo.v2.trigger.DependentBuildDetectionAction
- All Implemented Interfaces:
BuildDetectionAction
,UnconditionalBuildDetectionAction
public class DependentBuildDetectionAction
extends AbstractDependentDetectionAction
implements BuildDetectionAction
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
buildChanges, buildContextBuilderFactory, buildLoggerManager, buildNumberGeneratorService, chain, changeDetectionManager, completedBuildContext, completedBuildResultKey, customVariableContext, errorUpdateHandler, PARENT_BUILD_KEY, parentChain, planKey, planVcsRevisionHistoryService, triggerManager, vcsRepositoryManager
-
Constructor Summary
ConstructorDescriptionDependentBuildDetectionAction
(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) -
Method Summary
Modifier and TypeMethodDescription@NotNull BuildDetectionResult
Creates a result with a new number without doing change detectiontoString()
Methods inherited from class com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
addDependencyInformation, performDelayedChangeDetection, prepareBuildContext
-
Constructor Details
-
DependentBuildDetectionAction
public DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
-
-
Method Details
-
generateResultWithoutChanges
Description copied from interface:UnconditionalBuildDetectionAction
Creates a result with a new number without doing change detection- Specified by:
generateResultWithoutChanges
in interfaceUnconditionalBuildDetectionAction
- Overrides:
generateResultWithoutChanges
in classAbstractDependentDetectionAction
- Returns:
-
toString
-