Uses of Interface
com.atlassian.bamboo.v2.build.BuildChanges
Package
Description
-
Uses of BuildChanges in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable BuildChanges
UnconditionalBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Performs a change detection -
Uses of BuildChanges in com.atlassian.bamboo.build.context
Modifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.buildChanges
(BuildChanges buildChanges) @NotNull BuildContextBuilder
BuildContextBuilderImpl.buildChanges
(BuildChanges buildChanges) -
Uses of BuildChanges in com.atlassian.bamboo.chains
Modifier and TypeMethodDescriptionvoid
ChainResultManager.createRepositorySpecFailedResult
(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber, @NotNull VcsLocationBambooSpecsState specsState) Create and save chain result for plan which was not updated when Repository stored specs execution was failedvoid
ChainResultManagerImpl.createRepositorySpecFailedResult
(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber, @NotNull VcsLocationBambooSpecsState specsState) void
ChainResultManager.createRepositorySpecSuccessResult
(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber) Create and save chain result for plan which was updated when Repository stored specs executedvoid
ChainResultManagerImpl.createRepositorySpecSuccessResult
(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber) void
BuildContextFactory.updateBuildContextWithChanges
(BuildContext contextToUpdate, BuildChanges newBuildChanges) Updates the build context with build changesvoid
BuildContextFactoryImpl.updateBuildContextWithChanges
(BuildContext contextToUpdate, BuildChanges newBuildChanges) -
Uses of BuildChanges in com.atlassian.bamboo.configuration.external.rss
Modifier and TypeMethodDescriptionRepositoryStoredSpecsResultHelper.getBuildChanges
(@NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits) Get repository changes for Specs execution result@NotNull BuildChanges
RepositoryStoredSpecsResultHelperImpl.getBuildChanges
(@NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits) -
Uses of BuildChanges in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@NotNull BuildChanges
ExecutionStatus.getBuildChanges()
Changes associated with current build -
Uses of BuildChanges in com.atlassian.bamboo.plan.trigger
Modifier and TypeMethodDescription@NotNull BuildChanges
PlanTriggerResult.getBuildChanges()
@NotNull BuildChanges
PlanTriggerResultBuilder.BuildTriggerResultImpl.getBuildChanges()
PlanTriggerResultBuilder.getBuildChanges()
Modifier and TypeMethodDescriptionPlanTriggerResultBuilder.addBuildChanges
(@NotNull BuildChanges buildChanges) ModifierConstructorDescriptionBuildTriggerResultImpl
(BuildChanges buildChanges, ErrorCollection errorCollection, Map<String, String> variableMap) -
Uses of BuildChanges in com.atlassian.bamboo.results
Modifier and TypeMethodDescriptionBuildResults.getBuildChanges()
Deprecated.BuildResultsImpl.getBuildChanges()
Deprecated.Modifier and TypeMethodDescriptionvoid
BuildResults.setBuildChanges
(BuildChanges buildChanges) Deprecated.void
BuildResultsImpl.setBuildChanges
(BuildChanges buildChanges) Deprecated. -
Uses of BuildChanges in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull BuildChanges
BuildContext.getBuildChanges()
Returns the build changes, if any, that represents the changes that triggered this build.@NotNull BuildChanges
BuildContextImpl.getBuildChanges()
@NotNull BuildChanges
CurrentlyBuildingImpl.getBuildChanges()
Modifier and TypeMethodDescriptionvoid
BuildContext.setBuildChanges
(BuildChanges buildChanges) void
BuildContextImpl.setBuildChanges
(BuildChanges buildChanges) ModifierConstructorDescriptionBuildChangesImpl
(@NotNull BuildChanges other) BuildContextImpl
(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, @Nullable BuildChanges buildChanges, @Nullable BuildContext parentBuildContext, @Nullable ArtifactContext artifactContext, VariableContext variableContext, @Nullable Map<String, String> customBuildData, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long, String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, boolean isVerboseLoggingOn, BambooBandanaContext bandanaContext, @NotNull Iterable<CredentialsData> relevantSharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> relevantStorageTags, BuildKey buildKey, MergeResultContext mergeResult, boolean expectingCustomDedicatedAgent) Using this constructor directly is not recommended.CurrentlyBuildingImpl
(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, Long averageDuration) -
Uses of BuildChanges in com.atlassian.bamboo.v2.trigger
Modifier and TypeFieldDescriptionprotected BuildChanges
AbstractDependentDetectionAction.buildChanges
Modifier and TypeMethodDescription@NotNull BuildChanges
ChangeDetectionManager.collectAllChangesSinceLastBuild
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision) Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not.default BuildChanges
ChangeDetectionManager.collectAllChangesSinceLastBuild
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not.@NotNull BuildChanges
DefaultChangeDetectionManager.collectAllChangesSinceLastBuild
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision) DefaultChangeDetectionManager.collectAllChangesSinceLastBuild
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @NotNull BuildChanges
ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories) Collect changes for a plan since the last build.default @NotNull BuildChanges
ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Collect changes for a plan since the last build.@NotNull BuildChanges
DefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories) @NotNull BuildChanges
DefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered
(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
AbstractDependentDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
ChildDependencyBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @NotNull BuildChanges
ContinuedBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
InitialBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
ManualBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
ScheduledBuildDetectionAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChanges
TagBuildAction.performDelayedChangeDetection
(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Modifier and TypeMethodDescriptionvoid
ChangeDetectionManager.updateIntegrationRepositoryDetails
(ImmutableChain chain, BuildChanges buildChanges) void
DefaultChangeDetectionManager.updateIntegrationRepositoryDetails
(ImmutableChain chain, BuildChanges buildChanges) ModifierConstructorDescriptionChildDependencyBuildDetectionAction
(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of BuildChanges in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionstatic void
BuiltInVariableHelper.createRepositoryVariables
(@NotNull Map<String, VariableDefinitionContext> variables, @NotNull List<PlanRepositoryDefinition> repositoryDefinitions, @NotNull BuildChanges buildChanges, @NotNull VariableType variableType, @NotNull VcsRepositoryManager vcsRepositoryManager) -
Uses of BuildChanges in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull BuildChanges
DeploymentRepositoryBuildContext.getBuildChanges()
Modifier and TypeMethodDescriptionvoid
DeploymentRepositoryBuildContext.setBuildChanges
(BuildChanges buildChanges)