Class BuildStepResult
Holds the result of the execution of a BuildStep.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildStepResult : ResultBase
Constructors
Name | Description |
---|---|
BuildStepResult() | |
BuildStepResult(BuildStep, BuildReport) | Create a new instance of BuildStepResult from a BuildReport. |
Properties
Name | Description |
---|---|
BuildStep | The BuildStep that was executed. |
Description | Description of the BuildStep. |
Methods
Name | Description |
---|---|
Failure(BuildStep, Exception) | Create a new instance of BuildStepResult that represent a failed execution. |
Failure(BuildStep, string) | Create a new instance of BuildStepResult that represent a failed execution. |
Success(BuildStep) | Create a new instance of BuildStepResult that represent a successful execution. |
ToString() | Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
implicit operator bool(BuildStepResult) | Implicit conversion to bool. |