Class GParamsWriteStep

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

public class GParamsWriteStep extends org.jenkinsci.plugins.workflow.steps.Step
Write global parameter that is can be read any Jobs in JENKINS with by key 'name'
  • Constructor Details

    • GParamsWriteStep

      @DataBoundConstructor public GParamsWriteStep(String name, String value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • 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