Class RegistryEndpointStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.docker.workflow.RegistryEndpointStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
RegistryEndpointStep

@Deprecated public static class RegistryEndpointStep.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Deprecated.
only here for binary compatibility
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
    Deprecated.
     
    final boolean
    Deprecated.
     
    final void
    stop(Throwable cause)
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Execution

      public Execution()
      Deprecated.
  • Method Details

    • newKeyMaterialFactory

      protected org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory newKeyMaterialFactory() throws IOException, InterruptedException
      Deprecated.
      Throws:
      IOException
      InterruptedException
    • start

      public final boolean start() throws Exception
      Deprecated.
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception
    • stop

      public final void stop(@NonNull Throwable cause) throws Exception
      Deprecated.
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception