Class UnassociatedCommit

java.lang.Object
com.atlassian.bamboo.commit.UnassociatedCommit

public class UnassociatedCommit extends Object
  • Constructor Details

    • UnassociatedCommit

      public UnassociatedCommit(@Nullable @Nullable String changeSetId, String comment, Author author, Date date, long repositoryId)
  • Method Details

    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getChangeSetId

      @Nullable public @Nullable String getChangeSetId()
    • setChangeSetId

      public void setChangeSetId(@Nullable @Nullable String changeSetId)
    • getRepositoryId

      public long getRepositoryId()
    • setRepositoryId

      public void setRepositoryId(long repositoryId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object