Package io.jenkins.plugins.remoteenvfile
Class RemoteEnvFileFlowExecutionListener
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
io.jenkins.plugins.remoteenvfile.RemoteEnvFileFlowExecutionListener
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class RemoteEnvFileFlowExecutionListener
extends org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreated(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
fireCompleted, fireCreated, fireResumed, fireRunning, onCompleted, onResumed, onRunning
-
Constructor Details
-
RemoteEnvFileFlowExecutionListener
public RemoteEnvFileFlowExecutionListener()
-
-
Method Details
-
onCreated
public void onCreated(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) - Overrides:
onCreatedin classorg.jenkinsci.plugins.workflow.flow.FlowExecutionListener
-