Class VcsRootInstanceEntry

  • All Implemented Interfaces:
    jetbrains.buildServer.log.Loggable, VcsDataObject

    public class VcsRootInstanceEntry
    extends VcsRootEntry
    • Method Detail

      • getSignature

        @NotNull
        public java.lang.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 java.lang.String getSignature​(boolean serverSideCheckout)