| Modifier and Type | Method and Description |
|---|---|
BuildChanges |
UnconditionalBuildDetectionAction.performDelayedChangeDetection(BuildContext buildContext)
Performs a change detection
|
| Modifier and Type | Method and Description |
|---|---|
BuildContextBuilder |
BuildContextBuilder.buildChanges(BuildChanges buildChanges) |
| Modifier and Type | Method and Description |
|---|---|
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 |
PlanTriggerResult.getBuildChanges() |
BuildChanges |
PlanTriggerResultBuilder.getBuildChanges() |
BuildChanges |
PlanTriggerResultBuilder.BuildTriggerResultImpl.getBuildChanges() |
| Modifier and Type | Method and Description |
|---|---|
PlanTriggerResultBuilder |
PlanTriggerResultBuilder.addBuildChanges(BuildChanges buildChanges) |
TriggerReason |
TriggerManager.getTriggerReason(String key,
BuildChanges buildChanges,
Map<String,String> fieldsMap)
Deprecated.
since 4.2 use
TriggerManager.getTriggerReason(String key, Map fieldsMap) instead. buildChanges wasn't used anyway |
| Constructor and Description |
|---|
PlanTriggerResultBuilder.BuildTriggerResultImpl(BuildChanges buildChanges,
ErrorCollection errorCollection,
Map<String,String> variableMap) |
| Modifier and Type | Method and Description |
|---|---|
BuildChanges |
BuildResultsImpl.getBuildChanges()
Deprecated.
|
BuildChanges |
BuildResults.getBuildChanges()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildResultsImpl.setBuildChanges(BuildChanges buildChanges)
Deprecated.
|
void |
BuildResults.setBuildChanges(BuildChanges buildChanges)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BuildChanges |
BuildContext.getBuildChanges()
Returns the build changes, if any, that represents the changes that triggered this build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildContext.setBuildChanges(BuildChanges buildChanges) |
| Modifier and Type | Method and Description |
|---|---|
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 |
ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain,
Map<String,String> customVariableValues,
Set<Long> triggeringRepositories)
Collect changes for a plan since the last build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeDetectionManager.updateIntegrationRepositoryDetails(ImmutableChain chain,
BuildChanges buildChanges) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.