Interface ObjectRevision


  • public interface ObjectRevision
    A revision is simply a name, a commit comment and a date
    Author:
    matt
    • Method Detail

      • getName

        String getName()
        Returns:
        The internal name or number of the revision
      • getCreationDate

        Date getCreationDate()
        Returns:
        The creation date of the revision
      • getComment

        String getComment()
        Returns:
        The revision comment
      • getLogin

        String getLogin()
        Returns:
        The user that caused the revision