| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Run.Summary |
Run.StatusSummarizer.summarize(Run<?,?> run,
ResultTrend trend)
Possibly summarizes the reasons for a build’s status.
|
Copyright © 2019. All rights reserved.