Method Failure
Failure(BuildSettings, IRunStep, string)
Create a new instance of RunStepResult that represent a failed execution.
Declaration
public static RunStepResult Failure(BuildSettings settings, IRunStep step, string message)
Parameters
Type | Name | Description |
---|---|---|
BuildSettings | settings | The BuildSettings used by the IRunStep. |
IRunStep | step | The IRunStep that was executed. |
string | message | The failure message. |
Returns
Type | Description |
---|---|
RunStepResult | A new RunStepResult instance. |