Package | Description |
---|---|
com.atlassian.bamboo.chains.branches |
Modifier and Type | Method and Description |
---|---|
MergeResultState |
MergeResultSummaryImpl.getMergeState() |
MergeResultState |
MergeResultSummary.getMergeState()
The state of the merge part of the integration strategy
Should be NotNull but legacy data may exist
|
MergeResultState |
MergeResultSummaryImpl.getPushState() |
MergeResultState |
MergeResultSummary.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(MergeResultState mergeState) |
void |
MergeResultSummary.setMergeState(MergeResultState mergeState) |
void |
MergeResultSummaryImpl.setPushState(MergeResultState pushState) |
void |
MergeResultSummary.setPushState(MergeResultState pushState) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.