public class UnassociatedCommit extends Object
Constructor and Description |
---|
UnassociatedCommit(String changeSetId,
String comment,
Author author,
Date date,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Author |
getAuthor() |
String |
getChangeSetId() |
String |
getComment() |
Date |
getDate() |
long |
getRepositoryId() |
int |
hashCode() |
void |
setAuthor(Author author) |
void |
setChangeSetId(String changeSetId) |
void |
setComment(String comment) |
void |
setDate(Date date) |
void |
setRepositoryId(long repositoryId) |
public Author getAuthor()
public void setAuthor(Author author)
public String getComment()
public void setComment(String comment)
public Date getDate()
public void setDate(Date date)
@Nullable public String getChangeSetId()
public void setChangeSetId(@Nullable String changeSetId)
public long getRepositoryId()
public void setRepositoryId(long repositoryId)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.