Class FindFilesStepExecution

  • All Implemented Interfaces:
    Serializable

    public class FindFilesStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<FileWrapper[]>
    Execution of FindFilesStep.
    Author:
    Robert Sandell <rsandell@cloudbees.com>.
    See Also:
    Serialized Form
    • Constructor Detail

      • FindFilesStepExecution

        protected FindFilesStepExecution​(@NonNull
                                         org.jenkinsci.plugins.workflow.steps.StepContext context,
                                         FindFilesStep step)