@Extension
public class CloudFlowExecutionListener
extends org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
CloudFlowExecutionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) |
void |
onResumed(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) |
void |
onRunning(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) |
public void onRunning(org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
onRunning
in class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
public void onResumed(org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
onResumed
in class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
public void onCompleted(org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
onCompleted
in class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
Copyright © 2016–2018. All rights reserved.