Class VcsRootInstanceEntry

    • Method Detail

      • getSignature

        @NotNull
        public String getSignature()
        Description copied from class: VcsRootEntry
        Returns signature of this VCS root entry. Signature is a string composed of vcs root id, vcs root properties and checkout rules. This signature uniquely identifies VCS root entry settings and can be used as a key in various caches.
        Overrides:
        getSignature in class VcsRootEntry
        Returns:
        signature of the VCS root entry.
      • getSignature

        public String getSignature​(boolean serverSideCheckout)