Interface LVcsRoot

  • All Superinterfaces:
    jetbrains.buildServer.log.Loggable, VcsRoot
    All Known Subinterfaces:
    LVcsRootInstance, SVcsRoot, VcsRootInstance

    public interface LVcsRoot
    extends VcsRoot
    Light version of SVcsRoot
    Since:
    8.1
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • getDescription

        @NotNull
        java.lang.String getDescription()
        Returns:
        short human readable description of the root. Composed by underlying VCS support.
        Since:
        4.5
      • getVcsDisplayName

        @NotNull
        java.lang.String getVcsDisplayName()
        Returns VCS plugin display name
        Returns:
        see above, returns null if VCS plugin corresponding to VCS root does not exist
        Since:
        4.5