Class RunMatlabBuildStep.CommandStepDescriptor

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
com.mathworks.ci.pipeline.RunMatlabBuildStep.CommandStepDescriptor
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
RunMatlabBuildStep

@Extension public static class RunMatlabBuildStep.CommandStepDescriptor extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
  • Constructor Details

    • CommandStepDescriptor

      public CommandStepDescriptor()
  • Method Details

    • getRequiredContext

      public Set<? extends Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>