Class RunMatlabCommandStep

    • Constructor Detail

      • RunMatlabCommandStep

        @DataBoundConstructor
        public RunMatlabCommandStep​(String command)
    • Method Detail

      • getCommand

        public String getCommand()
      • setStartupOptions

        @DataBoundSetter
        public void setStartupOptions​(String startupOptions)
      • getStartupOptions

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