@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, 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()
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()
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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.