Class ChangeSetUtility


  • @OpenApiAll
    public class ChangeSetUtility
    extends java.lang.Object
    API to work with Change Sets tab content.
    • Constructor Detail

      • ChangeSetUtility

        public ChangeSetUtility()
    • Method Detail

      • getChangesService

        @CheckForNull
        public static ChangeSetService getChangesService​(Project project)
                                                  throws java.lang.IllegalStateException
        Returns ChangeSetService to work with Change Sets tab content.
        Parameters:
        project - project
        Returns:
        service to work with change sets tab content.
        Throws:
        java.lang.IllegalStateException - if specified project is not active or is not a TWC project or ChangesService is not registered in the project.