Uses of Interface
com.atlassian.bamboo.v2.build.BuildChanges
-
-
Uses of BuildChanges in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return BuildChanges Modifier and Type Method Description @Nullable BuildChanges
UnconditionalBuildDetectionAction. 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 BuildChanges Modifier and Type Method Description @NotNull BuildContextBuilder
BuildContextBuilder. buildChanges(BuildChanges buildChanges)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. buildChanges(BuildChanges buildChanges)
-
Uses of BuildChanges in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type BuildChanges Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.configuration.external.rss that return BuildChanges Modifier and Type Method Description BuildChanges
RepositoryStoredSpecsResultHelper. 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
Methods in com.atlassian.bamboo.plan that return BuildChanges Modifier and Type Method Description @NotNull BuildChanges
ExecutionStatus. getBuildChanges()
Changes associated with current build -
Uses of BuildChanges in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger that return BuildChanges Modifier and Type Method Description @NotNull BuildChanges
PlanTriggerResult. getBuildChanges()
@NotNull BuildChanges
PlanTriggerResultBuilder.BuildTriggerResultImpl. getBuildChanges()
BuildChanges
PlanTriggerResultBuilder. getBuildChanges()
Methods in com.atlassian.bamboo.plan.trigger with parameters of type BuildChanges Modifier and Type Method Description PlanTriggerResultBuilder
PlanTriggerResultBuilder. addBuildChanges(@NotNull BuildChanges buildChanges)
Constructors in com.atlassian.bamboo.plan.trigger with parameters of type BuildChanges Constructor Description BuildTriggerResultImpl(BuildChanges buildChanges, ErrorCollection errorCollection, Map<String,String> variableMap)
-
Uses of BuildChanges in com.atlassian.bamboo.results
Methods in com.atlassian.bamboo.results that return BuildChanges Modifier and Type Method Description BuildChanges
BuildResults. getBuildChanges()
Deprecated.BuildChanges
BuildResultsImpl. getBuildChanges()
Deprecated.Methods in com.atlassian.bamboo.results with parameters of type BuildChanges Modifier and Type Method Description void
BuildResults. setBuildChanges(BuildChanges buildChanges)
Deprecated.void
BuildResultsImpl. setBuildChanges(BuildChanges buildChanges)
Deprecated. -
Uses of BuildChanges in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement BuildChanges Modifier and Type Class Description class
BuildChangesImpl
Methods in com.atlassian.bamboo.v2.build that return BuildChanges Modifier and Type Method Description @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()
Methods in com.atlassian.bamboo.v2.build with parameters of type BuildChanges Modifier and Type Method Description void
BuildContext. setBuildChanges(BuildChanges buildChanges)
void
BuildContextImpl. setBuildChanges(BuildChanges buildChanges)
Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildChanges Constructor Description BuildChangesImpl(@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 BuildChanges Modifier and Type Field Description protected BuildChanges
AbstractDependentDetectionAction. buildChanges
Methods in com.atlassian.bamboo.v2.trigger that return BuildChanges Modifier and Type Method Description @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)
BuildChanges
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)
Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildChanges Modifier and Type Method Description void
ChangeDetectionManager. updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges)
void
DefaultChangeDetectionManager. updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges)
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildChanges Constructor Description ChildDependencyBuildDetectionAction(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 BuildChanges Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return BuildChanges Modifier and Type Method Description @NotNull BuildChanges
DeploymentRepositoryBuildContext. getBuildChanges()
Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type BuildChanges Modifier and Type Method Description void
DeploymentRepositoryBuildContext. setBuildChanges(BuildChanges buildChanges)
-