Package | Description |
---|---|
com.atlassian.bamboo.chains.branches |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MergeResultSummaryImpl,MergeResultState> |
MergeResultSummaryImpl_.mergeState |
static javax.persistence.metamodel.SingularAttribute<MergeResultSummaryImpl,MergeResultState> |
MergeResultSummaryImpl_.pushState |
Modifier and Type | Method and Description |
---|---|
@NotNull MergeResultState |
MergeResultSummaryImpl.getMergeState() |
@NotNull MergeResultState |
MergeResultContextImpl.getMergeState() |
@Nullable MergeResultState |
MergeResultContext.getMergeState()
The state of the merge part of the integration strategy
Should be NotNull but legacy data may exist
|
@NotNull MergeResultState |
MergeResultSummaryImpl.getPushState() |
@NotNull MergeResultState |
MergeResultContextImpl.getPushState() |
@Nullable MergeResultState |
MergeResultContext.getPushState()
The state of the push part of the integration strategy
Should be NotNull but legacy data may exist
|
static MergeResultState |
MergeResultState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeResultState[] |
MergeResultState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeResultSummaryImpl.setMergeState(@NotNull MergeResultState mergeState) |
void |
MergeResultContextImpl.setMergeState(@NotNull MergeResultState mergeState) |
void |
MergeResultContext.setMergeState(MergeResultState mergeState) |
void |
MergeResultSummaryImpl.setPushState(@NotNull MergeResultState pushState) |
void |
MergeResultContextImpl.setPushState(@NotNull MergeResultState pushState) |
void |
MergeResultContext.setPushState(MergeResultState pushState) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.