@Entity public class BranchCommitInformationImpl extends BambooEntityObject implements BranchCommitInformation
Constructor and Description |
---|
BranchCommitInformationImpl() |
BranchCommitInformationImpl(BranchCommitInformation other) |
BranchCommitInformationImpl(long chainBranchId) |
Modifier and Type | Method and Description |
---|---|
protected void |
copyOf(BranchCommitInformation other) |
long |
getChainBranchId() |
Author |
getCreatingAuthor() |
String |
getCreatingChangeSetId()
Return VCS identifier of commit that created the branch.
|
Date |
getCreatingCommitDate() |
Author |
getLatestCommitAuthor() |
String |
getLatestCommitChangeSetId()
Return VCS identifier of the last commit.
|
Date |
getLatestCommitDate() |
void |
setChainBranchId(long chainBranchId) |
void |
setCreatingAuthor(Author creatingAuthor) |
void |
setCreatingChangeSetId(String creatingChangeSetId) |
void |
setCreatingCommitDate(Date creatingCommitDate) |
void |
setLatestCommitAuthor(Author latestCommitAuthor) |
void |
setLatestCommitChangeSetId(String latestCommitChangeSetId) |
void |
setLatestCommitDate(Date latestCommitDate) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public BranchCommitInformationImpl()
public BranchCommitInformationImpl(long chainBranchId)
public BranchCommitInformationImpl(@Nullable BranchCommitInformation other)
public Author getCreatingAuthor()
getCreatingAuthor
in interface BranchCommitInformation
Author
who created the branchpublic Date getCreatingCommitDate()
getCreatingCommitDate
in interface BranchCommitInformation
Date
of branch creation.public String getCreatingChangeSetId()
BranchCommitInformation
getCreatingChangeSetId
in interface BranchCommitInformation
public Author getLatestCommitAuthor()
getLatestCommitAuthor
in interface BranchCommitInformation
Author
who made the last commit to the branch.public Date getLatestCommitDate()
getLatestCommitDate
in interface BranchCommitInformation
Date
of the last commit.public String getLatestCommitChangeSetId()
BranchCommitInformation
getLatestCommitChangeSetId
in interface BranchCommitInformation
public void setCreatingAuthor(Author creatingAuthor)
setCreatingAuthor
in interface BranchCommitInformation
public void setLatestCommitAuthor(Author latestCommitAuthor)
setLatestCommitAuthor
in interface BranchCommitInformation
public void setCreatingCommitDate(Date creatingCommitDate)
setCreatingCommitDate
in interface BranchCommitInformation
public void setLatestCommitDate(Date latestCommitDate)
setLatestCommitDate
in interface BranchCommitInformation
public void setLatestCommitChangeSetId(String latestCommitChangeSetId)
setLatestCommitChangeSetId
in interface BranchCommitInformation
public void setCreatingChangeSetId(String creatingChangeSetId)
setCreatingChangeSetId
in interface BranchCommitInformation
public long getChainBranchId()
getChainBranchId
in interface BranchCommitInformation
public void setChainBranchId(long chainBranchId)
protected void copyOf(BranchCommitInformation other)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.