Class CommitInfo

java.lang.Object
org.apache.subversion.javahl.CommitInfo
All Implemented Interfaces:
Serializable

public class CommitInfo extends Object implements Serializable
This class describes a item which will be committed.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • revision

      long revision
      the revision committed
    • date

      Date date
      the date of the revision
    • author

      String author
      the author of the revision
    • postCommitError

      String postCommitError
      post commit error (or NULL)
    • reposRoot

      String reposRoot
      repos root (or NULL)
  • Constructor Details

  • Method Details

    • getRevision

      public long getRevision()
      retrieve the revision of the commit
    • getDate

      public Date getDate()
      return the date of the commit
    • getAuthor

      public String getAuthor()
      return the author of the commit
    • getPostCommitError

      public String getPostCommitError()
      return any post commit error for the commit
    • getReposRoot

      public String getReposRoot()
      return the repos root