Uses of Class
jetbrains.buildServer.serverSide.healthStatus.HealthStatusItem
-
-
Uses of HealthStatusItem in jetbrains.buildServer.controllers.admin.healthStatus
Methods in jetbrains.buildServer.controllers.admin.healthStatus that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>HealthAnalysis. getResults()Method parameters in jetbrains.buildServer.controllers.admin.healthStatus with type arguments of type HealthStatusItem Modifier and Type Method Description List<GroupedItemsBean>HealthStatusReportHelper. groupResultsByCategory(List<HealthStatusItem> problems, SUser user) -
Uses of HealthStatusItem in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>EditableBuildTypeSettingsForm. getSuggestions()Method parameters in jetbrains.buildServer.controllers.admin.projects with type arguments of type HealthStatusItem Modifier and Type Method Description voidEditableBuildTypeSettingsForm. setSuggestions(List<HealthStatusItem> suggestions) -
Uses of HealthStatusItem in jetbrains.buildServer.controllers.healthStatus
Methods in jetbrains.buildServer.controllers.healthStatus that return types with arguments of type HealthStatusItem Modifier and Type Method Description protected List<HealthStatusItem>BaseHealthStatusItemsController. calculateItems(HealthStatusScope scope, javax.servlet.http.HttpServletRequest request)static List<HealthStatusItem>HealthStatusItemsComputeUtil. computeItems(HealthStatusScope scope, HealthStatusReportLocator reportLocator, HealthStatusProvider healthStatusProvider, PagePlaces pagePlaces, boolean adminArea, String excludeCategoryId, String onlyCategoryId)static List<HealthStatusItem>HealthStatusItemsFilter. filterItemsByCategory(List<HealthStatusItem> items, String excludeCategoryId, String onlyCategoryId)static List<HealthStatusItem>HealthStatusItemsFilter. filterOutUnavailableItems(List<HealthStatusItem> items, PagePlaces pagePlaces, javax.servlet.http.HttpServletRequest request)protected List<HealthStatusItem>BaseHealthStatusItemsController. sortAndLimit(List<HealthStatusItem> results, int maxNum)Method parameters in jetbrains.buildServer.controllers.healthStatus with type arguments of type HealthStatusItem Modifier and Type Method Description static List<HealthStatusItem>HealthStatusItemsFilter. filterItemsByCategory(List<HealthStatusItem> items, String excludeCategoryId, String onlyCategoryId)static List<HealthStatusItem>HealthStatusItemsFilter. filterOutUnavailableItems(List<HealthStatusItem> items, PagePlaces pagePlaces, javax.servlet.http.HttpServletRequest request)static ItemSeverityBaseHealthStatusItemsController. maxSeverity(List<HealthStatusItem> results)protected List<HealthStatusItem>BaseHealthStatusItemsController. sortAndLimit(List<HealthStatusItem> results, int maxNum)protected voidBaseHealthStatusItemsController. writeJsonOutput(List<HealthStatusItem> results, javax.servlet.http.HttpServletResponse response) -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type HealthStatusItem Modifier and Type Method Description protected StringHealthStatusItemHelper. doGetLog4jDescription(HealthStatusItem item)protected StringHealthStatusItemHelper. doGetObjectId(HealthStatusItem item)protected StringHealthStatusItemHelper. doGetObjectName(HealthStatusItem item) -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus
Subclasses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus Modifier and Type Class Description classBuildTypeSuggestedItemclassProjectSuggestedItemCreated with IntelliJ IDEA.Fields in jetbrains.buildServer.serverSide.healthStatus with type parameters of type HealthStatusItem Modifier and Type Field Description static Comparator<HealthStatusItem>ItemCategory. DEFAULT_COMPARATORComparator that is used for the category if no explicit one was specified.Methods in jetbrains.buildServer.serverSide.healthStatus that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>HealthStatusProvider. collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)Computes health status items with the specified scope and profile.Map<HealthStatusItem,HealthStatusItemId>HealthStatusItemIdProvider. findIds(Collection<HealthStatusItem> items)Searches for items with ids the items passed as argument.Comparator<HealthStatusItem>ItemCategory. getItemsComparator()Order the items in the category.List<HealthStatusItem>HealthStatusTask. getResults()List<HealthStatusItem>ItemVisibilityTracker. getVisibleItems(List<HealthStatusItem> items, SUser user)Methods in jetbrains.buildServer.serverSide.healthStatus with parameters of type HealthStatusItem Modifier and Type Method Description voidHealthStatusItemConsumer. consumeForBuildType(SBuildType buildType, HealthStatusItem item)Stores item related to some buildType.voidHealthStatusItemConsumer. consumeForProject(SProject project, HealthStatusItem item)Stores item related to some project.voidHealthStatusItemConsumer. consumeForTemplate(BuildTypeTemplate template, HealthStatusItem item)Stores item related to some template.voidHealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item)Stores item related to some vcs root.voidHealthStatusItemConsumer. consumeGlobal(HealthStatusItem item)Stores item not directly related to any entity in the system, i.e.HealthStatusItemIdHealthStatusItemIdProvider. findId(HealthStatusItem item)Method parameters in jetbrains.buildServer.serverSide.healthStatus with type arguments of type HealthStatusItem Modifier and Type Method Description Map<HealthStatusItem,HealthStatusItemId>HealthStatusItemIdProvider. findIds(Collection<HealthStatusItem> items)Searches for items with ids the items passed as argument.List<HealthStatusItem>ItemVisibilityTracker. getVisibleItems(List<HealthStatusItem> items, SUser user)voidGlobalHealthStatusItemsListener. globalHealthStatusItemsChanged(List<HealthStatusItem> items)voidHealthStatusAnalysisListener. itemsFound(Collection<HealthStatusItem> healthStatusItems)Constructor parameters in jetbrains.buildServer.serverSide.healthStatus with type arguments of type HealthStatusItem Constructor Description ItemCategory(String categoryId, String categoryName, ItemSeverity severity, String description, String helpUrl, Comparator<HealthStatusItem> itemsComparator)Creates new inspection results category -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus.impl
Subclasses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus.impl Modifier and Type Class Description classHealthStatusItemExMethods in jetbrains.buildServer.serverSide.healthStatus.impl that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>CompositeHealthStatusReportImpl. collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)Map<HealthStatusItem,HealthStatusItemId>HealthStatusItemIdProviderImpl. findIds(Collection<HealthStatusItem> items)List<HealthStatusItem>GlobalHealthStatusItemsProvider. getGlobalHealthStatusItems()List<HealthStatusItem>CompositeHealthStatusReportImpl.HealthStatusTaskImpl. getResults()List<HealthStatusItem>HealthStatusItemVisibilityTrackerImpl. getVisibleItems(List<HealthStatusItem> items, SUser user)Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusItem Modifier and Type Method Description HealthStatusItemIdHealthStatusItemIdProviderImpl. findId(HealthStatusItem item)Method parameters in jetbrains.buildServer.serverSide.healthStatus.impl with type arguments of type HealthStatusItem Modifier and Type Method Description Map<HealthStatusItem,HealthStatusItemId>HealthStatusItemIdProviderImpl. findIds(Collection<HealthStatusItem> items)List<HealthStatusItem>HealthStatusItemVisibilityTrackerImpl. getVisibleItems(List<HealthStatusItem> items, SUser user)Constructors in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusItem Constructor Description HealthStatusItemEx(HealthStatusReport reporter, HealthStatusItem result, HealthStatusItemIdProviderImpl storage, ItemVisibilityTracker visibilityTracker) -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus.notifications
Method parameters in jetbrains.buildServer.serverSide.healthStatus.notifications with type arguments of type HealthStatusItem Modifier and Type Method Description voidHealthStatusNotificationsProducer. itemsFound(Collection<HealthStatusItem> healthStatusItems) -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus.reports
Subclasses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus.reports Modifier and Type Class Description classCollationMismatchProblemReporter.CollationMismatchProblemItemMethods in jetbrains.buildServer.serverSide.healthStatus.reports that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>StubHealthStatusItemConsumer. getConsumedItems()List<HealthStatusItem>StubHealthStatusItemConsumer. getConsumedItemsGlobal()Methods in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type HealthStatusItem Modifier and Type Method Description voidStubHealthStatusItemConsumer. consumeForBuildType(SBuildType buildType, HealthStatusItem item)voidStubHealthStatusItemConsumer. consumeForProject(SProject project, HealthStatusItem item)voidStubHealthStatusItemConsumer. consumeForTemplate(BuildTypeTemplate template, HealthStatusItem item)voidStubHealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item)voidStubHealthStatusItemConsumer. consumeGlobal(HealthStatusItem item) -
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>SecuredHealthStatusItemVisibilityTracker. getVisibleItems(List<HealthStatusItem> items, SUser user)Method parameters in jetbrains.buildServer.serverSide.impl.auth with type arguments of type HealthStatusItem Modifier and Type Method Description List<HealthStatusItem>SecuredHealthStatusItemVisibilityTracker. getVisibleItems(List<HealthStatusItem> items, SUser user) -
Uses of HealthStatusItem in jetbrains.buildServer.web.openapi.healthStatus
Methods in jetbrains.buildServer.web.openapi.healthStatus that return HealthStatusItem Modifier and Type Method Description HealthStatusItemHealthStatusItemPageExtension. getStatusItem(javax.servlet.http.HttpServletRequest request)
-