Class PrependToFileStep.ExecutionImpl

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<FileWrapper>
org.jenkinsci.plugins.pipeline.utility.steps.fs.PrependToFileStep.ExecutionImpl
All Implemented Interfaces:
Serializable
Enclosing class:
PrependToFileStep

public static class PrependToFileStep.ExecutionImpl extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<FileWrapper>
The execution of PrependToFileStep.
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ExecutionImpl(PrependToFileStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected FileWrapper
    run()
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution

    blocksRestart, getStatus, onResume, start, stop

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

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

    • ExecutionImpl

      protected ExecutionImpl(@NonNull PrependToFileStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details