Uses of Class
jetbrains.buildServer.web.util.ProjectHierarchyTreeBean
-
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin
Methods in jetbrains.buildServer.controllers.admin that return types with arguments of type ProjectHierarchyTreeBean Modifier and Type Method Description List<ProjectHierarchyTreeBean>
AdminOverviewBean. getProjectBeans(SProject rootProject, int depth, AuthorityHolder authorityHolder)
List<ProjectHierarchyTreeBean>
AdminOverviewBean. getProjectBeans(SProject rootProject, AuthorityHolder authorityHolder)
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.buildTime
Subclasses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.buildTime Modifier and Type Class Description class
BuildTimeReportController.BuildTimeRowBean
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.diskUsage
Subclasses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.diskUsage Modifier and Type Class Description class
DiskUsageController.AsyncDiskUsageRowBean
class
DiskUsageController.DiskUsageRowBean
Methods in jetbrains.buildServer.controllers.admin.diskUsage that return types with arguments of type ProjectHierarchyTreeBean Modifier and Type Method Description protected List<? extends ProjectHierarchyTreeBean>
DiskUsageController.AsyncDiskUsageRowBean. getSubProjectsImpl()
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.export
Subclasses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.export Modifier and Type Class Description class
ExportedDependenciesBean
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.admin.statistics
Subclasses of ProjectHierarchyTreeBean 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>>
Methods in jetbrains.buildServer.controllers.admin.statistics that return types with arguments of type ProjectHierarchyTreeBean Modifier and Type Method Description protected List<ProjectHierarchyTreeBean>
ProjectRowBean. getSubProjectsImpl()
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.controllers.profile.notifications
Methods in jetbrains.buildServer.controllers.profile.notifications that return types with arguments of type ProjectHierarchyTreeBean Modifier and Type Method Description List<ProjectHierarchyTreeBean>
NotificationRulesForm.EditableNotificationRule. getEditableRootProjects()
List<ProjectHierarchyTreeBean>
NotificationRulesForm.EditableNotificationRule. getRootProjects()
-
Uses of ProjectHierarchyTreeBean in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util that return types with arguments of type ProjectHierarchyTreeBean Modifier and Type Method Description static List<ProjectHierarchyTreeBean>
ProjectHierarchyTreeBean. getForBuilds(SProject project, Collection<? extends Build> builds)
static List<ProjectHierarchyTreeBean>
ProjectHierarchyTreeBean. getForBuildTypes(SProject project, Collection<SBuildType> buildTypes)
List<? extends ProjectHierarchyTreeBean>
ProjectHierarchyTreeBean. getSubProjects()
protected List<? extends ProjectHierarchyTreeBean>
ProjectHierarchyTreeBean. getSubProjectsImpl()
-