Uses of Class
jetbrains.buildServer.serverSide.impl.IndexedCollection
-
Packages that use IndexedCollection Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.projects -
-
Uses of IndexedCollection in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type IndexedCollection Constructor Description IndexedCollection(IndexedCollection<K,T> collection)
-
Uses of IndexedCollection in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return IndexedCollection Modifier and Type Method Description IndexedCollection<String,BuildTypeImpl>
ProjectDataModelImpl. getBuildTypes()
IndexedCollection<String,BuildTypeImpl>
ProjectDataModelImpl. getProjectBuildTypes(String projectId)
IndexedCollection<String,ProjectEx>
ProjectDataModelImpl. getProjects()
IndexedCollection<String,BuildTypeTemplateEx>
ProjectDataModelImpl. getProjectTemplates(String projectId)
IndexedCollection<String,BuildTypeTemplateEx>
ProjectDataModelImpl. getTemplates()
IndexedCollection<Long,SVcsRootEx>
ProjectDataModelImpl. getVcsRoots()
-