Interface IFileVersioningConfiguration


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

      • 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