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 void
EditableBuildTypeSettingsForm. 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 ItemSeverity
BaseHealthStatusItemsController. maxSeverity(List<HealthStatusItem> results)
protected List<HealthStatusItem>
BaseHealthStatusItemsController. sortAndLimit(List<HealthStatusItem> results, int maxNum)
protected void
BaseHealthStatusItemsController. 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 String
HealthStatusItemHelper. doGetLog4jDescription(HealthStatusItem item)
protected String
HealthStatusItemHelper. doGetObjectId(HealthStatusItem item)
protected String
HealthStatusItemHelper. doGetObjectName(HealthStatusItem item)
-
Uses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus
Subclasses of HealthStatusItem in jetbrains.buildServer.serverSide.healthStatus Modifier and Type Class Description class
BuildTypeSuggestedItem
class
ProjectSuggestedItem
Created 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_COMPARATOR
Comparator 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 void
HealthStatusItemConsumer. consumeForBuildType(SBuildType buildType, HealthStatusItem item)
Stores item related to some buildType.void
HealthStatusItemConsumer. consumeForProject(SProject project, HealthStatusItem item)
Stores item related to some project.void
HealthStatusItemConsumer. consumeForTemplate(BuildTypeTemplate template, HealthStatusItem item)
Stores item related to some template.void
HealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item)
Stores item related to some vcs root.void
HealthStatusItemConsumer. consumeGlobal(HealthStatusItem item)
Stores item not directly related to any entity in the system, i.e.HealthStatusItemId
HealthStatusItemIdProvider. 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)
void
GlobalHealthStatusItemsListener. globalHealthStatusItemsChanged(List<HealthStatusItem> items)
void
HealthStatusAnalysisListener. 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 class
HealthStatusItemEx
Methods 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 HealthStatusItemId
HealthStatusItemIdProviderImpl. 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 void
HealthStatusNotificationsProducer. 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 class
CollationMismatchProblemReporter.CollationMismatchProblemItem
Methods 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 void
StubHealthStatusItemConsumer. consumeForBuildType(SBuildType buildType, HealthStatusItem item)
void
StubHealthStatusItemConsumer. consumeForProject(SProject project, HealthStatusItem item)
void
StubHealthStatusItemConsumer. consumeForTemplate(BuildTypeTemplate template, HealthStatusItem item)
void
StubHealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item)
void
StubHealthStatusItemConsumer. 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 HealthStatusItem
HealthStatusItemPageExtension. getStatusItem(javax.servlet.http.HttpServletRequest request)
-