public abstract static class Run.StatusSummarizer extends Object implements ExtensionPoint
Run.getBuildStatusSummary()
.ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
StatusSummarizer() |
Modifier and Type | Method and Description |
---|---|
abstract Run.Summary |
summarize(Run<?,?> run,
ResultTrend trend)
Possibly summarizes the reasons for a build’s status.
|
@CheckForNull public abstract Run.Summary summarize(@NonNull Run<?,?> run, @NonNull ResultTrend trend)
run
- a completed buildtrend
- the result of ResultTrend.getResultTrend(hudson.model.Run)
on run
(precomputed for efficiency)Copyright © 2004–2022. All rights reserved.