java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class UnTarStep extends AbstractFileDecompressStep
Unzips a tar file. Can also be used to test a tar file.
Author:
Alexander Falkenstern <Alexander.Falkenstern@gmail.com>.
  • Constructor Details

  • Method Details

    • isKeepPermissions

      public boolean isKeepPermissions()
      Extract file permissions.
      Returns:
      if file permissions should be extracted
    • setKeepPermissions

      @DataBoundSetter public void setKeepPermissions(boolean keepPermissions)
      Extract file permissions.
      Parameters:
      keepPermissions - if file permissions should be extracted
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception