Interface VcsRepositoryState

    • Method Detail

      • getBranchRevisions

        @NotNull
        Map<String,​String> getBranchRevisions()
        Returns:
        VCS branch to Revision state for the repository. If the map is empty, the operation for collection of repositoryState wasn't performed as expensive
      • isEmpty

        boolean isEmpty()
        Returns:
        true if this RepositoryState doesn't contain any information, i.e. it is Null object
      • getDefaultBranchName

        @NotNull
        String getDefaultBranchName()
        Returns:
        The branch which is considered default for the moment of changes collecting
      • getDefaultBranchRevision

        @Nullable
        String getDefaultBranchRevision()
        Returns:
        revision for the #getDefaultBranchName branch
        Since:
        10.0