Class ServerVcsSupport

    • Constructor Detail

      • ServerVcsSupport

        public ServerVcsSupport()
    • Method Detail

      • getCurrentVersion

        @NotNull
        @Deprecated
        public java.lang.String getCurrentVersion​(@NotNull
                                                  VcsRoot root)
                                           throws VcsException
        Deprecated.
        this method could now be implemented via VcsSupportContext.getCollectChangesPolicy()
        Repository state is now implemented via jetbrains.buildServer.vcs.CollectChangesPolicy, this method is left here for compatibility
        Throws:
        VcsException
        Since:
        8.1
      • getVcsCustomExtension

        @Nullable
        protected <T extends VcsExtension> T getVcsCustomExtension​(@NotNull
                                                                   java.lang.Class<T> extensionClass)