Class RedundantVcsRootsPageExtension.VcsRootInstancesGroup
- java.lang.Object
-
- jetbrains.buildServer.controllers.healthStatus.reports.RedundantVcsRootsPageExtension.VcsRootInstancesGroup
-
- Enclosing class:
- RedundantVcsRootsPageExtension
public class RedundantVcsRootsPageExtension.VcsRootInstancesGroup extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SBuildType>
getBuildTypes()
long
getFilteredBuildTypesCount()
String
getIdentity()
Collection<SBuildType>
getMoreBuildTypes()
SVcsRoot
getParentRoot()
-
-
-
Method Detail
-
getIdentity
public String getIdentity()
-
getParentRoot
public SVcsRoot getParentRoot()
-
getBuildTypes
public Collection<SBuildType> getBuildTypes()
-
getMoreBuildTypes
public Collection<SBuildType> getMoreBuildTypes()
-
getFilteredBuildTypesCount
public long getFilteredBuildTypesCount()
-
-