Class ServerEndpointStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.docker.workflow.ServerEndpointStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServerEndpointStep
@Deprecated
public static class ServerEndpointStep.Execution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Deprecated.
only here for binary compatibility
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
Deprecated.final boolean
start()
Deprecated.final void
Deprecated.Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
Execution
public Execution()Deprecated.
-
-
Method Details
-
newKeyMaterialFactory
protected org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory newKeyMaterialFactory() throws IOException, InterruptedExceptionDeprecated.- Throws:
IOException
InterruptedException
-
start
Deprecated.- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
stop
Deprecated.- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-