@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() |
Date |
getCreatingCommitDate() |
Author |
getLatestCommitAuthor() |
String |
getLatestCommitChangeSetId() |
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, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic BranchCommitInformationImpl()
public BranchCommitInformationImpl(long chainBranchId)
public BranchCommitInformationImpl(@Nullable
BranchCommitInformation other)
public Author getCreatingAuthor()
getCreatingAuthor in interface BranchCommitInformationAuthor who created the branchpublic Date getCreatingCommitDate()
getCreatingCommitDate in interface BranchCommitInformationDate of branch creation.public String getCreatingChangeSetId()
getCreatingChangeSetId in interface BranchCommitInformationpublic Author getLatestCommitAuthor()
getLatestCommitAuthor in interface BranchCommitInformationAuthor who made the last commit to the branch.public Date getLatestCommitDate()
getLatestCommitDate in interface BranchCommitInformationDate of the last commit.public String getLatestCommitChangeSetId()
getLatestCommitChangeSetId in interface BranchCommitInformationpublic void setCreatingAuthor(Author creatingAuthor)
setCreatingAuthor in interface BranchCommitInformationpublic void setLatestCommitAuthor(Author latestCommitAuthor)
setLatestCommitAuthor in interface BranchCommitInformationpublic void setCreatingCommitDate(Date creatingCommitDate)
setCreatingCommitDate in interface BranchCommitInformationpublic void setLatestCommitDate(Date latestCommitDate)
setLatestCommitDate in interface BranchCommitInformationpublic void setLatestCommitChangeSetId(String latestCommitChangeSetId)
setLatestCommitChangeSetId in interface BranchCommitInformationpublic void setCreatingChangeSetId(String creatingChangeSetId)
setCreatingChangeSetId in interface BranchCommitInformationpublic long getChainBranchId()
getChainBranchId in interface BranchCommitInformationpublic void setChainBranchId(long chainBranchId)
protected void copyOf(BranchCommitInformation other)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.