Uses of Class
io.jenkins.plugins.changeinvestigator.slack.lifecycle.ComparableCheck.Proof
Packages that use ComparableCheck.Proof
-
Uses of ComparableCheck.Proof in io.jenkins.plugins.changeinvestigator.slack.lifecycle
Methods in io.jenkins.plugins.changeinvestigator.slack.lifecycle that return ComparableCheck.ProofModifier and TypeMethodDescriptionstatic ComparableCheck.ProofComparableCheck.passed(Run<?, ?> run, ComparableCheck.Check expected, String executionContext) static ComparableCheck.ProofComparableCheck.passed(List<String> lines, ComparableCheck.Check expected, String executionContext, boolean successful) Methods in io.jenkins.plugins.changeinvestigator.slack.lifecycle with parameters of type ComparableCheck.ProofModifier and TypeMethodDescriptionstatic booleanEpisodeEngine.success(EpisodeEngine.State state, int build, ComparableCheck.Proof proof, String payload, long now) A successful build alone cannot close an episode.