Uses of Interface
jetbrains.buildServer.serverSide.ReadOnlyIndexedCollection
-
Packages that use ReadOnlyIndexedCollection Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.projects -
-
Uses of ReadOnlyIndexedCollection in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return ReadOnlyIndexedCollection Modifier and Type Method Description ReadOnlyIndexedCollection<String,BuildTypeImpl>ProjectDataModel. getBuildTypes()ReadOnlyIndexedCollection<String,BuildTypeImpl>ProjectDataModel. getProjectBuildTypes(String prjId)ReadOnlyIndexedCollection<String,ProjectEx>ProjectDataModel. getProjects()ReadOnlyIndexedCollection<String,BuildTypeTemplateEx>ProjectDataModel. getProjectTemplates(String projectId)ReadOnlyIndexedCollection<Long,SVcsRootEx>ProjectDataModel. getProjectVcsRoots(String prjId)ReadOnlyIndexedCollection<String,BuildTypeTemplateEx>ProjectDataModel. getTemplates()ReadOnlyIndexedCollection<Long,SVcsRootEx>ProjectDataModel. getVcsRoots() -
Uses of ReadOnlyIndexedCollection in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement ReadOnlyIndexedCollection Modifier and Type Class Description classIndexedCollection<K,T extends Comparable>A collection of sorted objects with fast index by id. -
Uses of ReadOnlyIndexedCollection in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return ReadOnlyIndexedCollection Modifier and Type Method Description ReadOnlyIndexedCollection<Long,SVcsRootEx>ProjectDataModelImpl. getProjectVcsRoots(String prjId)
-