Modifier and Type | Method and Description |
---|---|
@NotNull BuildContextBuilder |
BuildContextBuilderImpl.mergeResult(MergeResultContext mergeResult) |
@NotNull BuildContextBuilder |
BuildContextBuilder.mergeResult(MergeResultContext mergeResult) |
Modifier and Type | Method and Description |
---|---|
void |
ChainState.updateVariableContextAndMergeResult(@NotNull VariableContext variableContext,
@Nullable MergeResultContext mergeResultSummary) |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeResultSummary
Represents results of branch integration stored in DB.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeResultContextImpl |
class |
MergeResultSummaryImpl |
Modifier and Type | Method and Description |
---|---|
static void |
MergeResultContextImpl.copy(@Nullable MergeResultContext from,
@NotNull MergeResultContext to) |
static void |
MergeResultContextImpl.copy(@Nullable MergeResultContext from,
@NotNull MergeResultContext to) |
Constructor and Description |
---|
MergeResultContextImpl(@NotNull MergeResultContext other) |
MergeResultSummaryImpl(@NotNull MergeResultContext other) |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchIntegrationHelper.mergeAndUpdateResult(@NotNull BuildContext buildContext,
@NotNull PlanRepositoryDefinition defaultRepositoryDef,
@NotNull VcsRepositoryModuleDescriptor moduleDescriptor,
@NotNull MergeResultContext mergeResult,
@NotNull File mergeDir,
@Nullable BuildLogger buildLogger,
@NotNull Consumer<MergeResult> mergeResultConsumer,
@NotNull Runnable afterMergeFinished) |
void |
BranchIntegrationHelperImpl.mergeAndUpdateResult(@NotNull BuildContext buildContext,
@NotNull PlanRepositoryDefinition defaultRepositoryDef,
@NotNull VcsRepositoryModuleDescriptor moduleDescriptor,
@NotNull MergeResultContext mergeResult,
@NotNull File mergeDir,
@Nullable BuildLogger buildLogger,
@NotNull Consumer<MergeResult> mergeResultConsumer,
@NotNull Runnable afterMergeFinished) |
Modifier and Type | Method and Description |
---|---|
MergeResultContext |
BuildContextImpl.getMergeResult() |
@Nullable MergeResultContext |
BuildContext.getMergeResult()
If a build performs merge, this method returns the result.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildContextImpl.setMergeResult(MergeResultContext mergeResultSummary) |
void |
BuildContext.setMergeResult(@Nullable MergeResultContext mergeResult) |
Constructor and Description |
---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
@Nullable BuildChanges buildChanges,
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)
Using this constructor directly is not recommended.
|
Modifier and Type | Method and Description |
---|---|
@Nullable MergeResultContext |
DeploymentRepositoryBuildContext.getMergeResult() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRepositoryBuildContext.setMergeResult(@Nullable MergeResultContext mergeResult) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.