Class PowerShellCoreScriptStep

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

public class PowerShellCoreScriptStep extends DurableTaskStep
  • Constructor Details

    • PowerShellCoreScriptStep

      @DataBoundConstructor public PowerShellCoreScriptStep(String script)
  • Method Details

    • getScript

      public String getScript()
    • task

      protected org.jenkinsci.plugins.durabletask.DurableTask task()
      Specified by:
      task in class DurableTaskStep