Class DeleteDirStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public final class DeleteDirStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Simple step that will wipe out the current working directory in a workflows workspace.
    • Constructor Detail

      • DeleteDirStep

        @DataBoundConstructor
        public DeleteDirStep()
    • Method Detail

      • 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