Class OctoPerfTestStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
OctoPerfTestStep

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

    • DescriptorImpl

      public DescriptorImpl()
  • 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>
    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId, Object scope)
    • doFillWorkspaceIdItems

      @POST public ListBoxModel doFillWorkspaceIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId, @QueryParameter String workspaceId)
    • doFillProjectIdItems

      @POST public ListBoxModel doFillProjectIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId, @QueryParameter String workspaceId, @QueryParameter String projectId)
    • doFillScenarioIdItems

      @POST public ListBoxModel doFillScenarioIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId, @QueryParameter String projectId, @QueryParameter String scenarioId)
    • getStopConditionDescriptors

      public List<StopConditionDescriptor> getStopConditionDescriptors()