Method CanRun
CanRun(BuildConfiguration, params RunTargetBase[])
Determine if the build pipeline satisfy requirements to run the last build.
Declaration
public BoolResult CanRun(BuildConfiguration config, params RunTargetBase[] runTargets)
Parameters
Type | Name | Description |
---|---|---|
BuildConfiguration | config | The build configuration corresponding to the build to be run. |
RunTargetBase[] | runTargets | List of devices to deploy and run on. |
Returns
Type | Description |
---|---|
BoolResult | A result describing if the pipeline can run or not. |