Class BuildStep
Base class for build steps that are executed througout a Build
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class BuildStep : IBuildStep
Properties
Name | Description |
---|---|
Description | Description of this Build |
Optional |
List of IBuild |
Required |
List of IBuild |
Methods
Name | Description |
---|---|
Cleanup |
Cleanup this Build |
Failure(string) | Construct Build |
Get |
Retrieves a list of valid types for build steps. |
Get |
Get the value of an optional Type component from Build |
Get |
Get the value of an optional |
Get |
Get all optional components from Build |
Get |
Get all optional components from Build |
Get |
Get all optional components from Build |
Get |
Get the value of a required Type component from Build |
Get |
Get the value of a required |
Get |
Get all required components from Build |
Get |
Get all required components from Build |
Get |
Get all required components from Build |
Has |
Determine if an optional Type component is stored in Build |
Has |
Determine if an optional |
Has |
Determine if a required Type component is stored in Build |
Has |
Determine if a required |
Is |
Determine if this Build |
Run |
Run this Build |
Success() | Construct Build |