Package com.atlassian.bamboo.commit
Class UnassociatedCommit
java.lang.Object
com.atlassian.bamboo.commit.UnassociatedCommit
-
Constructor Summary
ConstructorsConstructorDescriptionUnassociatedCommit(@Nullable String changeSetId, String comment, Author author, Date date, long repositoryId) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable StringgetDate()longinthashCode()voidvoidsetChangeSetId(@Nullable String changeSetId) voidsetComment(String comment) voidvoidsetRepositoryId(long repositoryId)
-
Constructor Details
-
UnassociatedCommit
-
-
Method Details
-
getAuthor
-
setAuthor
-
getComment
-
setComment
-
getDate
-
setDate
-
getChangeSetId
-
setChangeSetId
-
getRepositoryId
public long getRepositoryId() -
setRepositoryId
public void setRepositoryId(long repositoryId) -
equals
-
hashCode
public int hashCode()
-