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
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull BuildDetectionResult
generateResultWithoutChanges()
Creates a result with a new number without doing change detectionString
toString()
-
Methods inherited from class com.atlassian.bamboo.v2.trigger.AbstractDependentDetectionAction
addDependencyInformation, performDelayedChangeDetection, prepareBuildContext
-
-
-
-
Constructor Detail
-
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 Detail
-
generateResultWithoutChanges
@NotNull public @NotNull BuildDetectionResult 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:
-
-