Package com.atlassian.bamboo.commit
Class UnassociatedCommit
java.lang.Object
com.atlassian.bamboo.commit.UnassociatedCommit
-
Constructor Summary
ConstructorDescriptionUnassociatedCommit
(@Nullable String changeSetId, String comment, Author author, Date date, long repositoryId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
getDate()
long
int
hashCode()
void
void
setChangeSetId
(@Nullable String changeSetId) void
setComment
(String comment) void
void
setRepositoryId
(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()
-