Class BuildPipelineResult
Holds the results of the execution of a Build
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildPipelineResult : ResultBase
Constructors
Name | Description |
---|---|
Build |
Properties
Name | Description |
---|---|
Build |
A list of Build |
Methods
Name | Description |
---|---|
Failure(Build |
Create a new instance of Build |
Failure(Build |
Create a new instance of Build |
Success(Build |
Create a new instance of Build |
To |
Returns a string that represents the current object. |
Try |
Get the Build |
Operators
Name | Description |
---|---|
implicit operator bool(Build |
Implicit conversion to bool. |