Class VcsRootUsage
- java.lang.Object
-
- jetbrains.buildServer.serverSide.projectsExport.VcsRootUsage
-
- All Implemented Interfaces:
EntityUsage
public class VcsRootUsage extends Object implements EntityUsage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getType()
SBuildType
getWhereUsed()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWhereUsed
@NotNull public SBuildType getWhereUsed()
- Specified by:
getWhereUsed
in interfaceEntityUsage
-
getType
@NotNull public String getType()
- Specified by:
getType
in interfaceEntityUsage
-
-