Class SCheckedOutDir
- java.lang.Object
-
- jetbrains.buildServer.serverSide.vcs.CheckedOutDir
-
- jetbrains.buildServer.serverSide.vcs.SCheckedOutDir
-
- All Implemented Interfaces:
Comparable<CheckedOutDir>
public class SCheckedOutDir extends CheckedOutDir
Server-side version of CheckedOutDir.- Since:
- 4.5
-
-
Constructor Summary
Constructors Constructor Description SCheckedOutDir(VcsRootInstance root, IncludeRule rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcsRootInstance
getRoot()
Sources location description.-
Methods inherited from class jetbrains.buildServer.serverSide.vcs.CheckedOutDir
compareTo, createListFor, equals, findCheckedOutDirsByPath, getRule, hashCode, toString
-
-
-
-
Constructor Detail
-
SCheckedOutDir
public SCheckedOutDir(VcsRootInstance root, IncludeRule rule)
-
-
Method Detail
-
getRoot
public VcsRootInstance getRoot()
Description copied from class:CheckedOutDir
Sources location description.- Overrides:
getRoot
in classCheckedOutDir
- Returns:
- vcs root containing vcs settings.
-
-