Uses of Class
io.jenkins.plugins.changeinvestigator.evidence.ChangeEntry
Packages that use ChangeEntry
Package
Description
-
Uses of ChangeEntry in io.jenkins.plugins.changeinvestigator.evidence
Methods in io.jenkins.plugins.changeinvestigator.evidence that return types with arguments of type ChangeEntryMethod parameters in io.jenkins.plugins.changeinvestigator.evidence with type arguments of type ChangeEntryModifier and TypeMethodDescriptionBuildInvestigationEvidence.Builder.changeEntries(List<ChangeEntry> entries, boolean available) BuildInvestigationEvidence.forChangeWindow(List<ChangeEntry> entries, int end) Projects saved changes without changing the original evidence or reading SCM. -
Uses of ChangeEntry in io.jenkins.plugins.changeinvestigator.investigation
Methods in io.jenkins.plugins.changeinvestigator.investigation that return types with arguments of type ChangeEntryMethod parameters in io.jenkins.plugins.changeinvestigator.investigation with type arguments of type ChangeEntryModifier and TypeMethodDescriptionstatic List<RankedChange> RankedChange.rank(List<ChangeEntry> entries, FailureSignal signal)