Method CanRun
CanRun(BuildConfiguration)
Determine if the build pipeline satisfy requirements to run the last build.
Declaration
public BoolResult CanRun(BuildConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
BuildConfiguration | config | The build configuration corresponding to the build to be run. |
Returns
Type | Description |
---|---|
BoolResult | A result describing if the pipeline can run or not. |