Uses of Class
hudson.model.ResultTrend
-
Packages that use ResultTrend Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ResultTrend in hudson.model
Methods in hudson.model that return ResultTrend Modifier and Type Method Description static 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
ResultTrend. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultTrend[]
ResultTrend. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.model with parameters of type ResultTrend Modifier and Type Method Description abstract Run.Summary
Run.StatusSummarizer. summarize(Run<?,?> run, ResultTrend trend)
Possibly summarizes the reasons for a build’s status.
-