Uses of Class
io.jenkins.plugins.changeinvestigator.investigation.RankedChange
Packages that use RankedChange
-
Uses of RankedChange in io.jenkins.plugins.changeinvestigator.investigation
Methods in io.jenkins.plugins.changeinvestigator.investigation that return RankedChangeMethods in io.jenkins.plugins.changeinvestigator.investigation that return types with arguments of type RankedChangeModifier and TypeMethodDescriptionInvestigationCase.getRanked()static List<RankedChange> RankedChange.rank(List<ChangeEntry> entries, FailureSignal signal) Methods in io.jenkins.plugins.changeinvestigator.investigation with parameters of type RankedChangeModifier and TypeMethodDescriptionInvestigationCase.afterValue(RankedChange change) InvestigationCase.beforeValue(RankedChange change) booleanInvestigationCase.hasAfter(RankedChange change) booleanInvestigationCase.hasBefore(RankedChange change)