Method GetBuildResult
GetBuildResult(BuildPipelineBase)
Get the build result of the last Build() performed.
Declaration
public BuildResult GetBuildResult(BuildPipelineBase pipeline)
Parameters
Type | Name | Description |
---|---|---|
BuildPipelineBase | pipeline | The build pipeline. |
Returns
Type | Description |
---|---|
BuildResult | The build result if found, null otherwise. |
GetBuildResult()
Get the build result of the last Build() performed.
Declaration
public BuildResult GetBuildResult()
Returns
Type | Description |
---|---|
BuildResult | The build result if found, null otherwise. |