Uses of Class
io.jenkins.plugins.dorametrics.rankings.PipelineRanker.RankedPipeline
Packages that use PipelineRanker.RankedPipeline
-
Uses of PipelineRanker.RankedPipeline in io.jenkins.plugins.dorametrics.rankings
Methods in io.jenkins.plugins.dorametrics.rankings that return types with arguments of type PipelineRanker.RankedPipelineModifier and TypeMethodDescriptionPipelineRanker.flakiestPipelines(long fromMs, long toMs, int limit) PipelineRanker.mostFailingPipelines(long fromMs, long toMs, int limit) PipelineRanker.mostImproved(long currentFrom, long currentTo, long previousFrom, long previousTo, int limit) PipelineRanker.slowestPipelines(long fromMs, long toMs, int limit) -
Uses of PipelineRanker.RankedPipeline in io.jenkins.plugins.dorametrics.ui
Methods in io.jenkins.plugins.dorametrics.ui that return types with arguments of type PipelineRanker.RankedPipelineModifier and TypeMethodDescriptionDoraDashboardAction.getFlakiestPipelines()DoraDashboardAction.getMostFailingPipelines()DoraDashboardAction.getMostImprovedPipelines()DoraDashboardAction.getSlowestPipelines()