Class BuildPipelineBase
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class BuildPipelineBase
Constructors
Name | Description |
---|---|
Build |
Default constructor. |
Build |
Construct build pipeline from build step collection. |
Properties
Name | Description |
---|---|
Build |
Optional list of build steps used by this build pipeline. |
Used |
List of build component types used by this build pipeline. |
Methods
Name | Description |
---|---|
Build(Build |
Build this build pipeline using the specified build configuration. |
Build |
Start an incremental build of this build pipeline using the specified build configuration.
The Update() method needs to be called until it returns false, indicating that the build has completed.
The Build |
Can |
Determine if the build pipeline satisfy requirements to build. |
Can |
Determine if the environment can be prepared before the build pipeline can be used. |
Can |
Determine if the build pipeline satisfy requirements to run the last build. |
Clean(Build |
Clean the build result from building the build pipeline of this build configuration. |
Get |
Directory containing final build files. |
Is |
Determine if component is used by the build pipeline. Returns false if this build configuration does not have a build pipeline. |
Is |
Determine if component is used by the build pipeline. Returns false if this build configuration does not have a build pipeline. |
On |
Provides implementation to build this build pipeline using the specified build configuration.
When using Build |
On |
Provides additional implementation to determine if the build pipeline satisfy requirements to build. |
On |
Provides implementation to determine if the environment can be prepared for the build pipeline before using it. |
On |
Provides additional implementation to determine if the build pipeline satisfy requirements to run the last build. |
On |
Provides implementation to clean files produced by the build of this build pipeline corresponding to the specified build configuration. |
On |
Provides implementation when preparing the environment for the build pipeline before using it. |
On |
Provides implementation to run the last build of this build pipeline corresponding to the specified build configuration. |
Prepare(Build |
Prepare the environment to use the build pipeline. |
Run(Build |
Run the last build of this build pipeline corresponding to the specified build configuration. |