Uses of Class
io.jenkins.plugins.dorametrics.store.MetricsStore
Packages that use MetricsStore
Package
Description
-
Uses of MetricsStore in io.jenkins.plugins.dorametrics
Methods in io.jenkins.plugins.dorametrics with parameters of type MetricsStoreModifier and TypeMethodDescriptionDisabledPipelines.names(DoraGlobalConfiguration config, MetricsStore store) Full names of recorded jobs that Jenkins currently reports as not buildable, or an empty set when the option is off. -
Uses of MetricsStore in io.jenkins.plugins.dorametrics.dora
Constructors in io.jenkins.plugins.dorametrics.dora with parameters of type MetricsStoreModifierConstructorDescriptionDoraCalculator(MetricsStore store, DoraGlobalConfiguration config) Constructor for testing with injected dependencies.DoraCalculator(MetricsStore store, DoraGlobalConfiguration config, Set<String> excludedJobs) Constructor with an explicit set of jobs to leave out. -
Uses of MetricsStore in io.jenkins.plugins.dorametrics.rankings
Constructors in io.jenkins.plugins.dorametrics.rankings with parameters of type MetricsStoreModifierConstructorDescriptionPipelineRanker(MetricsStore store) Constructor for testing.PipelineRanker(MetricsStore store, Set<String> excludedJobs) Constructor with an explicit set of jobs to leave out. -
Uses of MetricsStore in io.jenkins.plugins.dorametrics.store
Methods in io.jenkins.plugins.dorametrics.store that return MetricsStoreMethods in io.jenkins.plugins.dorametrics.store with parameters of type MetricsStoreModifier and TypeMethodDescriptionstatic voidMetricsStore.setInstance(MetricsStore store) Reset singleton.