Class BuildStepResult
Holds the result of the execution of a Build
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildStepResult : ResultBase
Constructors
Name | Description |
---|---|
Build |
|
Build |
Create a new instance of Build |
Properties
Name | Description |
---|---|
Build |
The Build |
Description | Description of the 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. |
Operators
Name | Description |
---|---|
implicit operator bool(Build |
Implicit conversion to bool. |