Uses of Interface
com.atlassian.bamboo.v2.build.BuildChanges
Packages that use BuildChanges
Package
Description
-
Uses of BuildChanges in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return BuildChangesModifier and TypeMethodDescription@Nullable BuildChangesUnconditionalBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Performs a change detection -
Uses of BuildChanges in com.atlassian.bamboo.build.context
Methods in com.atlassian.bamboo.build.context with parameters of type BuildChangesModifier and TypeMethodDescription@NotNull BuildContextBuilderBuildContextBuilder.buildChanges(BuildChanges buildChanges) @NotNull BuildContextBuilderBuildContextBuilderImpl.buildChanges(BuildChanges buildChanges) -
Uses of BuildChanges in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type BuildChangesModifier and TypeMethodDescriptionvoidChainResultManager.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 failedvoidChainResultManagerImpl.createRepositorySpecFailedResult(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber, @NotNull VcsLocationBambooSpecsState specsState) voidChainResultManager.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 executedvoidChainResultManagerImpl.createRepositorySpecSuccessResult(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber) voidBuildContextFactory.updateBuildContextWithChanges(BuildContext contextToUpdate, BuildChanges newBuildChanges) Updates the build context with build changesvoidBuildContextFactoryImpl.updateBuildContextWithChanges(BuildContext contextToUpdate, BuildChanges newBuildChanges) -
Uses of BuildChanges in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss that return BuildChangesModifier and TypeMethodDescriptionRepositoryStoredSpecsResultHelper.getBuildChanges(@NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits) Get repository changes for Specs execution result@NotNull BuildChangesRepositoryStoredSpecsResultHelperImpl.getBuildChanges(@NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits) -
Uses of BuildChanges in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return BuildChangesModifier and TypeMethodDescription@NotNull BuildChangesExecutionStatus.getBuildChanges()Changes associated with current build -
Uses of BuildChanges in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger that return BuildChangesModifier and TypeMethodDescription@NotNull BuildChangesPlanTriggerResult.getBuildChanges()@NotNull BuildChangesPlanTriggerResultBuilder.BuildTriggerResultImpl.getBuildChanges()PlanTriggerResultBuilder.getBuildChanges()Methods in com.atlassian.bamboo.plan.trigger with parameters of type BuildChangesModifier and TypeMethodDescriptionPlanTriggerResultBuilder.addBuildChanges(@NotNull BuildChanges buildChanges) Constructors in com.atlassian.bamboo.plan.trigger with parameters of type BuildChangesModifierConstructorDescriptionBuildTriggerResultImpl(BuildChanges buildChanges, ErrorCollection errorCollection, Map<String, String> variableMap) -
Uses of BuildChanges in com.atlassian.bamboo.results
Methods in com.atlassian.bamboo.results that return BuildChangesModifier and TypeMethodDescriptionBuildResults.getBuildChanges()Deprecated.BuildResultsImpl.getBuildChanges()Deprecated.Methods in com.atlassian.bamboo.results with parameters of type BuildChangesModifier and TypeMethodDescriptionvoidBuildResults.setBuildChanges(BuildChanges buildChanges) Deprecated.voidBuildResultsImpl.setBuildChanges(BuildChanges buildChanges) Deprecated. -
Uses of BuildChanges in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement BuildChangesMethods in com.atlassian.bamboo.v2.build that return BuildChangesModifier and TypeMethodDescription@NotNull BuildChangesBuildContext.getBuildChanges()Returns the build changes, if any, that represents the changes that triggered this build.@NotNull BuildChangesBuildContextImpl.getBuildChanges()@NotNull BuildChangesCurrentlyBuildingImpl.getBuildChanges()Methods in com.atlassian.bamboo.v2.build with parameters of type BuildChangesModifier and TypeMethodDescriptionvoidBuildContext.setBuildChanges(BuildChanges buildChanges) voidBuildContextImpl.setBuildChanges(BuildChanges buildChanges) Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildChangesModifierConstructorDescriptionBuildChangesImpl(@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
Fields in com.atlassian.bamboo.v2.trigger declared as BuildChangesModifier and TypeFieldDescriptionprotected BuildChangesAbstractDependentDetectionAction.buildChangesMethods in com.atlassian.bamboo.v2.trigger that return BuildChangesModifier and TypeMethodDescription@NotNull BuildChangesChangeDetectionManager.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 BuildChangesChangeDetectionManager.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 BuildChangesDefaultChangeDetectionManager.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 BuildChangesChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories) Collect changes for a plan since the last build.default @NotNull BuildChangesChangeDetectionManager.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 BuildChangesDefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories) @NotNull BuildChangesDefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String, String> customVariableValues, @Nullable Set<Long> triggeringRepositories, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesAbstractDependentDetectionAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesChildDependencyBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @NotNull BuildChangesContinuedBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesInitialBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesManualBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesScheduledBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) @Nullable BuildChangesTagBuildAction.performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildChangesModifier and TypeMethodDescriptionvoidChangeDetectionManager.updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges) voidDefaultChangeDetectionManager.updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges) Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildChangesModifierConstructorDescriptionChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of BuildChanges in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable with parameters of type BuildChangesModifier and TypeMethodDescriptionstatic voidBuiltInVariableHelper.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
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return BuildChangesModifier and TypeMethodDescription@NotNull BuildChangesDeploymentRepositoryBuildContext.getBuildChanges()Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type BuildChangesModifier and TypeMethodDescriptionvoidDeploymentRepositoryBuildContext.setBuildChanges(BuildChanges buildChanges)