T - type of the resultpublic class BuildResult<T> extends Object
| Constructor and Description |
|---|
BuildResult(Build build,
T result)
Creates a new instance of
BuildResult. |
| Modifier and Type | Method and Description |
|---|---|
Build |
getBuild()
Returns the associated build that this run was part of.
|
T |
getResult()
Returns the result for the specified build.
|
public BuildResult(Build build, T result)
BuildResult.build - the buildresult - the result of the specified buildCopyright © 2016–2019. All rights reserved.