Class UnTarStep

  • 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>.
    • Method Detail

      • 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