Uses of Class
jetbrains.buildServer.web.util.ProjectHierarchyBean
-
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.buildTime
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.buildTime Modifier and Type Class Description class
BuildTimeReportController.BuildTimeRowBean
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.diskUsage
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.diskUsage Modifier and Type Class Description class
DiskUsageController.AsyncDiskUsageRowBean
class
DiskUsageController.DiskUsageRowBean
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.export
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.export Modifier and Type Class Description class
ExportedDependenciesBean
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.healthStatus
Methods in jetbrains.buildServer.controllers.admin.healthStatus that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
HealthStatusReportBean. getProjects()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.projects
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.projects Modifier and Type Class Description static class
EditableBuildTypeSettingsForm.BuildTypeTemplateBean
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
CreateProjectForm. getAvailableParents()
List<ProjectHierarchyBean>
VcsPropertiesBean. getMoveToProjects()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.projects.setupFromUrl
Methods in jetbrains.buildServer.controllers.admin.projects.setupFromUrl that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
CreateFromUrlBean. getAvailableParents()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.projectsImport
Methods in jetbrains.buildServer.controllers.admin.projectsImport that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
ImportProgressStepBean. getImportedProjects()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.statistics
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.statistics Modifier and Type Class Description class
ProjectRowBean<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>>
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
UserListForm. getProjects()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.profile.notifications
Methods in jetbrains.buildServer.controllers.profile.notifications that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
NotificationRulesForm. getProjects()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.controllers.user
Methods in jetbrains.buildServer.controllers.user that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description List<ProjectHierarchyBean>
AvailableRolesBean. collectProjects(Map<RoleBean,Set<SProject>> projectMap)
Collects unique projects from a project map -
Uses of ProjectHierarchyBean in jetbrains.buildServer.serverSide.oauth.space
Methods in jetbrains.buildServer.serverSide.oauth.space that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description protected List<ProjectHierarchyBean>
SpaceOnDemandController. getAvailableParents()
-
Uses of ProjectHierarchyBean in jetbrains.buildServer.web.util
Subclasses of ProjectHierarchyBean in jetbrains.buildServer.web.util Modifier and Type Class Description class
BuildTypesHierarchyBean
Represents the helper bean class for a project with build types that knows its depth, hence allows to place them correctly in the web UI.class
ProjectHierarchyTreeBean
User: Andrey Titov Date: 3/23/13Methods in jetbrains.buildServer.web.util with type parameters of type ProjectHierarchyBean Modifier and Type Method Description protected static <T extends ProjectHierarchyBean>
List<T>ProjectHierarchyBean. buildFor(List<SProject> projects, HierarchyBean.BeanCreator<SProject,T> creator, boolean alreadySorted)
Methods in jetbrains.buildServer.web.util that return types with arguments of type ProjectHierarchyBean Modifier and Type Method Description static List<ProjectHierarchyBean>
ProjectHierarchyBean. getProjectsFor(List<SProject> list, boolean alreadySorted)
static List<ProjectHierarchyBean>
ProjectHierarchyBean. getProjectsFor(ProjectManager projectManager)
-