Uses of Interface
com.atlassian.bamboo.server.NodeStatusProvider
-
Packages that use NodeStatusProvider Package Description com.atlassian.bamboo.analytics.basedata.collector com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.server com.atlassian.bamboo.ww2 -
-
Uses of NodeStatusProvider in com.atlassian.bamboo.analytics.basedata.collector
Constructors in com.atlassian.bamboo.analytics.basedata.collector with parameters of type NodeStatusProvider Constructor Description DataCollectionJob(com.atlassian.analytics.api.services.AnalyticsConfigService analyticsConfigService, EventProducersFinder eventProducersFinder, com.atlassian.event.api.EventPublisher eventPublisher, NodeStatusProvider nodeStatusProvider)
-
Uses of NodeStatusProvider in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type NodeStatusProvider Constructor Description ServerResource(ClusterAwareLifecycleManager clusterAwareLifecycleManager, NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService)
StatusResource(NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService)
-
Uses of NodeStatusProvider in com.atlassian.bamboo.server
Classes in com.atlassian.bamboo.server that implement NodeStatusProvider Modifier and Type Class Description class
NodeStatusProviderImpl
-
Uses of NodeStatusProvider in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type NodeStatusProvider Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-