Interface IFileVersioningConfiguration


public interface IFileVersioningConfiguration
Represents versioning information about a repository file.
Author:
tkafalas
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if the UI should prompt for a version comment when the file is created/saved.
    boolean
    True if new versions should be created when saved.
  • Method Details

    • isVersioningEnabled

      boolean isVersioningEnabled()
      True if new versions should be created when saved. False if versioning is disabled for this file.
      Returns:
      true or false
    • isVersionCommentEnabled

      boolean isVersionCommentEnabled()
      True if the UI should prompt for a version comment when the file is created/saved. False if comments are disabled.
      Returns:
      true or false