Class TarStep

    • Method Detail

      • isCompress

        public boolean isCompress()
        If the tar file should be compressed with gzip.
        Returns:
        if tar should be compressed with gzip
      • setCompress

        @DataBoundSetter
        public void setCompress​(boolean compress)
        If the tar file should be compressed with gzip.
        Parameters:
        compress - if it should be compressed with gz or not
      • 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