Interface CommitFile

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommitFileImpl

@PublicApi public interface CommitFile extends Serializable
  • Method Details

    • getName

      String getName()
      Returns:
      name of file
    • getCleanName

      @Deprecated String getCleanName()
      Deprecated.
      since 8.0. Use getName() instead
      Returns:
      name of file
    • getRevision

      String getRevision()
      Returns:
      revision of file
    • isRevisionKnown

      boolean isRevisionKnown()
    • getChangesetId

      @Nullable @Nullable String getChangesetId()
      Returns:
      Changeset id of the associated CommitContext