Modifier and Type | Method and Description |
---|---|
BuildChanges |
UnconditionalBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext)
Performs a change detection
|
Modifier and Type | Method and Description |
---|---|
BuildContextBuilder |
BuildContextBuilderImpl.buildChanges(BuildChanges buildChanges) |
BuildContextBuilder |
BuildContextBuilder.buildChanges(BuildChanges buildChanges) |
Modifier and Type | Method and Description |
---|---|
void |
ChainResultManagerImpl.createRepositorySpecFailedResult(ImmutablePlan plan,
VcsRepositoryData repositoryData,
BuildChanges buildChanges,
int buildNumber) |
void |
ChainResultManager.createRepositorySpecFailedResult(ImmutablePlan plan,
VcsRepositoryData repositoryData,
BuildChanges buildChanges,
int buildNumber)
Create and save chain result for plan which was not updated when Repository stored specs execution was failed
|
void |
ChainResultManagerImpl.createRepositorySpecSuccessResult(ImmutablePlan plan,
VcsRepositoryData repositoryData,
BuildChanges buildChanges,
int buildNumber) |
void |
ChainResultManager.createRepositorySpecSuccessResult(ImmutablePlan plan,
VcsRepositoryData repositoryData,
BuildChanges buildChanges,
int buildNumber)
Create and save chain result for plan which was updated when Repository stored specs executed
|
void |
BuildContextFactoryImpl.updateBuildContextWithChanges(BuildContext contextToUpdate,
BuildChanges newBuildChanges) |
void |
BuildContextFactory.updateBuildContextWithChanges(BuildContext contextToUpdate,
BuildChanges newBuildChanges)
Updates the build context with build changes
|
Modifier and Type | Method and Description |
---|---|
BuildChanges |
ExecutionStatus.getBuildChanges()
Changes associated with current build
|
Modifier and Type | Method and Description |
---|---|
BuildChanges |
PlanTriggerResultBuilder.getBuildChanges() |
BuildChanges |
PlanTriggerResultBuilder.BuildTriggerResultImpl.getBuildChanges() |
BuildChanges |
PlanTriggerResult.getBuildChanges() |
Modifier and Type | Method and Description |
---|---|
PlanTriggerResultBuilder |
PlanTriggerResultBuilder.addBuildChanges(BuildChanges buildChanges) |
Constructor and Description |
---|
BuildTriggerResultImpl(BuildChanges buildChanges,
ErrorCollection errorCollection,
Map<String,String> variableMap) |
Modifier and Type | Method and Description |
---|---|
BuildChanges |
BuildResults.getBuildChanges()
Deprecated.
|
BuildChanges |
BuildResultsImpl.getBuildChanges()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildResults.setBuildChanges(BuildChanges buildChanges)
Deprecated.
|
void |
BuildResultsImpl.setBuildChanges(BuildChanges buildChanges)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildChangesImpl |
Modifier and Type | Method and Description |
---|---|
BuildChanges |
BuildContextImpl.getBuildChanges() |
BuildChanges |
CurrentlyBuildingImpl.getBuildChanges() |
BuildChanges |
BuildContext.getBuildChanges()
Returns the build changes, if any, that represents the changes that triggered this build.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildContextImpl.setBuildChanges(BuildChanges buildChanges) |
void |
BuildContext.setBuildChanges(BuildChanges buildChanges) |
Constructor and Description |
---|
BuildChangesImpl(BuildChanges other) |
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
BuildContext parentBuildContext,
ArtifactContext artifactContext,
VariableContext variableContext,
Map<String,String> customBuildData,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
Set<Long> relevantRepositoryIds,
Map<Long,String> checkoutLocation,
boolean isBranch,
boolean isOnceOff,
boolean isCustomBuild,
BambooBandanaContext bandanaContext,
Iterable<CredentialsData> relevantSharedCredentials,
Map<PlanKey,ChainStorageTag> relevantStorageTags,
BuildKey buildKey)
Using this constructor directly is not recommended.
|
CurrentlyBuildingImpl(BuildIdentifier buildIdentifier,
BuildChanges buildChanges,
TriggerReason triggerReason,
Long averageDuration) |
Modifier and Type | Field and Description |
---|---|
protected BuildChanges |
AbstractDependentDetectionAction.buildChanges |
Modifier and Type | Method and Description |
---|---|
BuildChanges |
DefaultChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain,
Map<String,String> customVariableValues,
String customRevision) |
BuildChanges |
ChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain,
Map<String,String> customVariableValues,
String customRevision)
Collect changes for a plan since the last build, regardless of whether the build triggering repositories have
changes or not.
|
BuildChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain,
Map<String,String> customVariableValues,
Set<Long> triggeringRepositories) |
BuildChanges |
ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain,
Map<String,String> customVariableValues,
Set<Long> triggeringRepositories)
Collect changes for a plan since the last build.
|
BuildChanges |
AbstractDependentDetectionAction.performDelayedChangeDetection(BuildContext buildContext) |
BuildChanges |
ChildDependencyBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext) |
BuildChanges |
ManualBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext) |
BuildChanges |
ContinuedBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext) |
BuildChanges |
ScheduledBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultChangeDetectionManager.updateIntegrationRepositoryDetails(ImmutableChain chain,
BuildChanges buildChanges) |
void |
ChangeDetectionManager.updateIntegrationRepositoryDetails(ImmutableChain chain,
BuildChanges buildChanges) |
Constructor and Description |
---|
ChildDependencyBuildDetectionAction(ImmutablePlan plan,
PlanIdentifier child,
BuildNumberGeneratorService buildNumberGenerator,
TriggerManager triggerManager,
BuildChanges buildChanges,
ErrorUpdateHandler errorUpdateHandler,
ImmutablePlanCacheService immutablePlanCacheService,
BuildContextBuilderFactory buildContextBuilderFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
BuiltInVariableHelper.createRepositoryVariables(Map<String,VariableDefinitionContext> variables,
List<PlanRepositoryDefinition> repositoryDefinitions,
BuildChanges buildChanges,
VariableType variableType,
VcsRepositoryManager vcsRepositoryManager) |
Modifier and Type | Method and Description |
---|---|
BuildChanges |
DeploymentRepositoryBuildContext.getBuildChanges() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRepositoryBuildContext.setBuildChanges(BuildChanges buildChanges) |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.