public static class TypetalkBuildWrapperStep.Callback
extends org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context,
Throwable t) |
void |
onStart(org.jenkinsci.plugins.workflow.steps.StepContext context) |
void |
onSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context,
Object result) |
public void onStart(org.jenkinsci.plugins.workflow.steps.StepContext context)
onStart in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallbackpublic void onSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context,
Object result)
onSuccess in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallbackpublic void onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context,
Throwable t)
onFailure in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallbackCopyright © 2016–2022. All rights reserved.