|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MergeResultSummary
Represents results of branch integration.
Method Summary | |
---|---|
java.lang.String |
getBranchName()
Branch name associated with this Plan Branch. |
java.lang.String |
getBranchTargetVcsKey()
Depending on the integration strategy this could be the checked out revision or the merged revision Should be NotNull, but legacy data may exist that doesn't have this value. |
java.lang.String |
getFailureReason()
|
java.lang.String |
getIntegrationBranchVcsKey()
Depensing on the integration strategy this could be the checked out revision or the merged revision |
java.lang.String |
getIntegrationRepositoryBranchName()
The branch name associated with the integration repository |
long |
getIntegrationRepositoryId()
|
BranchIntegrationStrategy |
getIntegrationStrategy()
Should not be null, however legacy data may exist that doesn't have this value. |
java.lang.String |
getMergeResultVcsKey()
|
MergeResultState |
getMergeState()
The state of the merge part of the integration strategy Should be NotNull but legacy data may exist |
MergeResultState |
getPushState()
The state of the push part of the integration strategy Should be NotNull but legacy data may exist |
boolean |
hasFailed()
Has the branch integration failed at any point in the integration process |
boolean |
isEmptyMerge()
|
void |
setBranchName(java.lang.String branchName)
|
void |
setBranchTargetVcsKey(java.lang.String branchTargetVcsKey)
|
void |
setEmptyMerge(boolean emptyMerge)
|
void |
setFailureReason(java.lang.String failureReason)
|
void |
setIntegrationBranchVcsKey(java.lang.String mergedRevisionKey)
|
void |
setIntegrationRepositoryBranchName(java.lang.String integrationRepositoryBranchName)
|
void |
setIntegrationRepositoryId(long integrationRepositoryId)
|
void |
setIntegrationStrategy(BranchIntegrationStrategy elemEnumValue)
|
void |
setMergeResultVcsKey(java.lang.String mergeResultVcsKey)
|
void |
setMergeState(MergeResultState mergeState)
|
void |
setPushState(MergeResultState pushState)
|
Method Detail |
---|
@Nullable java.lang.String getFailureReason()
void setFailureReason(java.lang.String failureReason)
@Nullable java.lang.String getBranchTargetVcsKey()
void setBranchTargetVcsKey(java.lang.String branchTargetVcsKey)
long getIntegrationRepositoryId()
void setIntegrationRepositoryId(long integrationRepositoryId)
@Nullable java.lang.String getIntegrationRepositoryBranchName()
void setIntegrationRepositoryBranchName(java.lang.String integrationRepositoryBranchName)
@NotNull java.lang.String getIntegrationBranchVcsKey()
void setIntegrationBranchVcsKey(java.lang.String mergedRevisionKey)
@Nullable java.lang.String getMergeResultVcsKey()
void setMergeResultVcsKey(java.lang.String mergeResultVcsKey)
boolean isEmptyMerge()
void setEmptyMerge(boolean emptyMerge)
@Nullable MergeResultState getMergeState()
void setMergeState(MergeResultState mergeState)
@Nullable MergeResultState getPushState()
void setPushState(MergeResultState pushState)
boolean hasFailed()
@Nullable BranchIntegrationStrategy getIntegrationStrategy()
void setIntegrationStrategy(BranchIntegrationStrategy elemEnumValue)
@Nullable java.lang.String getBranchName()
void setBranchName(java.lang.String branchName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |