Uses of Class
hudson.model.Run.Summary
-
Packages that use Run.Summary Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Run.Summary in hudson.model
Methods in hudson.model that return Run.Summary Modifier and Type Method Description Run.Summary
Run. getBuildStatusSummary()
Gets an object which represents the single line summary of the status of this build (especially in comparison with the previous build.)abstract Run.Summary
Run.StatusSummarizer. summarize(Run<?,?> run, ResultTrend trend)
Possibly summarizes the reasons for a build’s status.
-