Class EnvVarsForToolStep.EnvVarsForToolStepExecution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    EnvVarsForToolStep

    public static final class EnvVarsForToolStep.EnvVarsForToolStepExecution
    extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<List<String>>
    See Also:
    Serialized Form
    • Constructor Detail

      • EnvVarsForToolStepExecution

        public EnvVarsForToolStepExecution()
    • Method Detail

      • run

        protected List<String> run()
                            throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<List<String>>
        Throws:
        Exception