|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.core.bean.EntityObject com.atlassian.bamboo.core.BambooEntityObject com.atlassian.bamboo.chains.branches.MergeResultSummaryImpl
public class MergeResultSummaryImpl
Field Summary | |
---|---|
protected java.lang.String |
branchName
|
protected java.lang.String |
branchTargetVcsKey
|
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
id |
Constructor Summary | |
---|---|
MergeResultSummaryImpl()
|
|
MergeResultSummaryImpl(BranchIntegrationStrategy integrationStrategy)
|
|
MergeResultSummaryImpl(MergeResultSummary other)
|
Method Summary | |
---|---|
static void |
copy(MergeResultSummary from,
MergeResultSummary to)
|
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 integrationBranchVcsKey)
|
void |
setIntegrationRepositoryBranchName(java.lang.String integrationRepositoryBranchName)
|
void |
setIntegrationRepositoryId(long integrationRepositoryId)
|
void |
setIntegrationStrategy(BranchIntegrationStrategy integrationStrategy)
|
void |
setMergeResultVcsKey(java.lang.String pushRevisionKey)
|
void |
setMergeState(MergeResultState mergeState)
|
void |
setPushState(MergeResultState pushState)
|
java.lang.String |
toString()
|
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
getId, setId |
Methods inherited from class com.atlassian.core.bean.EntityObject |
---|
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String branchTargetVcsKey
protected java.lang.String branchName
Constructor Detail |
---|
public MergeResultSummaryImpl()
public MergeResultSummaryImpl(BranchIntegrationStrategy integrationStrategy)
public MergeResultSummaryImpl(@NotNull MergeResultSummary other)
Method Detail |
---|
public long getIntegrationRepositoryId()
getIntegrationRepositoryId
in interface MergeResultSummary
public void setIntegrationRepositoryId(long integrationRepositoryId)
setIntegrationRepositoryId
in interface MergeResultSummary
@Nullable public java.lang.String getFailureReason()
getFailureReason
in interface MergeResultSummary
public void setFailureReason(@Nullable java.lang.String failureReason)
setFailureReason
in interface MergeResultSummary
@NotNull public java.lang.String getIntegrationBranchVcsKey()
MergeResultSummary
getIntegrationBranchVcsKey
in interface MergeResultSummary
public void setIntegrationBranchVcsKey(@NotNull java.lang.String integrationBranchVcsKey)
setIntegrationBranchVcsKey
in interface MergeResultSummary
@Nullable public java.lang.String getMergeResultVcsKey()
getMergeResultVcsKey
in interface MergeResultSummary
public void setMergeResultVcsKey(@Nullable java.lang.String pushRevisionKey)
setMergeResultVcsKey
in interface MergeResultSummary
public boolean isEmptyMerge()
isEmptyMerge
in interface MergeResultSummary
public void setEmptyMerge(boolean emptyMerge)
setEmptyMerge
in interface MergeResultSummary
@NotNull public MergeResultState getMergeState()
MergeResultSummary
getMergeState
in interface MergeResultSummary
public void setMergeState(@NotNull MergeResultState mergeState)
setMergeState
in interface MergeResultSummary
@NotNull public MergeResultState getPushState()
MergeResultSummary
getPushState
in interface MergeResultSummary
public void setPushState(@NotNull MergeResultState pushState)
setPushState
in interface MergeResultSummary
@Nullable public java.lang.String getBranchTargetVcsKey()
MergeResultSummary
getBranchTargetVcsKey
in interface MergeResultSummary
public void setBranchTargetVcsKey(@Nullable java.lang.String branchTargetVcsKey)
setBranchTargetVcsKey
in interface MergeResultSummary
public BranchIntegrationStrategy getIntegrationStrategy()
MergeResultSummary
getIntegrationStrategy
in interface MergeResultSummary
public void setIntegrationStrategy(BranchIntegrationStrategy integrationStrategy)
setIntegrationStrategy
in interface MergeResultSummary
public java.lang.String getIntegrationRepositoryBranchName()
MergeResultSummary
getIntegrationRepositoryBranchName
in interface MergeResultSummary
public void setIntegrationRepositoryBranchName(java.lang.String integrationRepositoryBranchName)
setIntegrationRepositoryBranchName
in interface MergeResultSummary
@Nullable public java.lang.String getBranchName()
MergeResultSummary
getBranchName
in interface MergeResultSummary
public void setBranchName(@Nullable java.lang.String branchName)
setBranchName
in interface MergeResultSummary
public boolean hasFailed()
MergeResultSummary
hasFailed
in interface MergeResultSummary
public static void copy(@Nullable MergeResultSummary from, @NotNull MergeResultSummary to)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |