Class DecompressStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnTarStepExecution, UnZipStepExecution

public abstract class DecompressStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
Author:
Robert Sandell <rsandell@cloudbees.com>.
See Also:
  • Field Details

    • ALLOW_EXTRACTION_OUTSIDE_DESTINATION

      public static boolean ALLOW_EXTRACTION_OUTSIDE_DESTINATION
      SECURITY-2169 escape hatch.
  • Constructor Details

    • DecompressStepExecution

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