Uses of Enum Class
hudson.model.ResultTrend
-
Uses of ResultTrend in hudson.model
Modifier and TypeMethodDescriptionstatic ResultTrend
ResultTrend.getResultTrend
(AbstractBuild<?, ?> build) Returns the result trend of a build.static ResultTrend
ResultTrend.getResultTrend
(Run<?, ?> run) Returns the result trend of a run.static ResultTrend
Returns the enum constant of this class with the specified name.static ResultTrend[]
ResultTrend.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract Run.Summary
Run.StatusSummarizer.summarize
(Run<?, ?> run, ResultTrend trend) Possibly summarizes the reasons for a build’s status.