Package jetbrains.buildServer.vcs
Interface LVcsRoot
-
- All Known Subinterfaces:
LVcsRootInstance
,LVcsRootInstanceEx
,SVcsRoot
,SVcsRootEx
,VcsRootInstance
,VcsRootInstanceEx
- All Known Implementing Classes:
DeletedVcsRoot
,InaccessibleVcsRoot
,MockSVcsRoot
,SecuredVcsRoot
,SVcsRootImpl
,VcsRootInstanceImpl
,VcsRootInstanceWithParent
public interface LVcsRoot extends VcsRoot
Light version of SVcsRoot- Since:
- 8.1
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Field Summary
-
Fields inherited from interface jetbrains.buildServer.vcs.VcsRoot
SECURE_PROPERTY_PREFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getVcsDisplayName()
Returns VCS plugin display name-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRoot
getExternalId, getId, getName, getProperties, getProperty, getProperty, getVcsName
-
-
-
-
Method Detail
-
getDescription
@NotNull String getDescription()
- Returns:
- short human readable description of the root. Composed by underlying VCS support.
- Since:
- 4.5
-
getVcsDisplayName
@NotNull 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
-
-