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 © 2019. All rights reserved.