Package org.jenkinsci.plugins.octoperf
Class OctoperfBuilderDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
Used for default options in dropdowns.protected static final String
Used for default options in dropdowns.Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doFillCredentialsIdItems
(Item context, String credentialsId, Object scope) doFillProjectIdItems
(Item context, String credentialsId, String workspaceId, String projectId) doFillScenarioIdItems
(Item context, String credentialsId, String projectId, String scenarioId) doFillWorkspaceIdItems
(Item context, String credentialsId, String workspaceId) boolean
isApplicable
(Class<? extends AbstractProject> jobType) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Field Details
-
NONE_ID
Used for default options in dropdowns.- See Also:
-
NONE_DISPLAY_TEXT
Used for default options in dropdowns.- See Also:
-
-
Constructor Details
-
OctoperfBuilderDescriptor
public OctoperfBuilderDescriptor()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, @QueryParameter("credentialsId") String credentialsId, Object scope) -
doFillWorkspaceIdItems
@POST public ListBoxModel doFillWorkspaceIdItems(@AncestorInPath Item context, @QueryParameter("credentialsId") String credentialsId, @QueryParameter("workspaceId") String workspaceId) -
doFillProjectIdItems
@POST public ListBoxModel doFillProjectIdItems(@AncestorInPath Item context, @QueryParameter("credentialsId") String credentialsId, @QueryParameter("workspaceId") String workspaceId, @QueryParameter("projectId") String projectId) -
doFillScenarioIdItems
@POST public ListBoxModel doFillScenarioIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId, @QueryParameter String projectId, @QueryParameter String scenarioId) -
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Builder>
- Throws:
Descriptor.FormException
-
getStopConditionDescriptors
-