public interface BranchCommitInformation extends BambooObject
Modifier and Type | Method and Description |
---|---|
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 |
setCreatingAuthor(Author creatingAuthor) |
void |
setCreatingChangeSetId(String creatingChangeSetId) |
void |
setCreatingCommitDate(Date creationDate) |
void |
setLatestCommitAuthor(Author lastCommitAuthor) |
void |
setLatestCommitChangeSetId(String lastCommitChangeSetId) |
void |
setLatestCommitDate(Date lastCommitDate) |
setId
getId
@Nullable String getCreatingChangeSetId()
Author getLatestCommitAuthor()
Author
who made the last commit to the branch.@Nullable String getLatestCommitChangeSetId()
void setCreatingAuthor(Author creatingAuthor)
void setLatestCommitAuthor(Author lastCommitAuthor)
void setCreatingCommitDate(Date creationDate)
void setLatestCommitDate(Date lastCommitDate)
void setLatestCommitChangeSetId(String lastCommitChangeSetId)
void setCreatingChangeSetId(String creatingChangeSetId)
long getChainBranchId()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.