Uses of Class
com.atlassian.bamboo.chains.branches.MergeResultState
-
Packages that use MergeResultState Package Description com.atlassian.bamboo.chains.branches -
-
Uses of MergeResultState in com.atlassian.bamboo.chains.branches
Fields in com.atlassian.bamboo.chains.branches with type parameters of type MergeResultState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MergeResultSummaryImpl,MergeResultState>
MergeResultSummaryImpl_. mergeState
static javax.persistence.metamodel.SingularAttribute<MergeResultSummaryImpl,MergeResultState>
MergeResultSummaryImpl_. pushState
Methods in com.atlassian.bamboo.chains.branches that return MergeResultState Modifier and Type Method Description @Nullable MergeResultState
MergeResultContext. getMergeState()
The state of the merge part of the integration strategy Should be NotNull but legacy data may exist@NotNull MergeResultState
MergeResultContextImpl. getMergeState()
@NotNull MergeResultState
MergeResultSummaryImpl. getMergeState()
@Nullable MergeResultState
MergeResultContext. getPushState()
The state of the push part of the integration strategy Should be NotNull but legacy data may exist@NotNull MergeResultState
MergeResultContextImpl. getPushState()
@NotNull MergeResultState
MergeResultSummaryImpl. getPushState()
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.Methods in com.atlassian.bamboo.chains.branches with parameters of type MergeResultState Modifier and Type Method Description void
MergeResultContext. setMergeState(MergeResultState mergeState)
void
MergeResultContextImpl. setMergeState(@NotNull MergeResultState mergeState)
void
MergeResultSummaryImpl. setMergeState(@NotNull MergeResultState mergeState)
void
MergeResultContext. setPushState(MergeResultState pushState)
void
MergeResultContextImpl. setPushState(@NotNull MergeResultState pushState)
void
MergeResultSummaryImpl. setPushState(@NotNull MergeResultState pushState)
-