Package com.katalon.jenkins.plugin
Class ExecuteKatalonTestOpsPlan.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.katalon.jenkins.plugin.ExecuteKatalonTestOpsPlan.DescriptorImpl
- Enclosing class:
- ExecuteKatalonTestOpsPlan
@Symbol("executeKatalonTestOps")
@Extension
public static class ExecuteKatalonTestOpsPlan.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) doCheckPlan(String plan) doCheckProjectId(String projectId) doCheckServerUrl(String serverUrl) doFillCredentialsIdItems(Item item, String credentialsId) doFillPlanItems(String url, String credentialsId, String projectId, Item item) doFillProjectIdItems(String url, String credentialsId, Item item) doTestConnection(String url, String credentialsId, Item item) booleanisApplicable(Class<? extends AbstractProject> aClass) newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configurein classDescriptor<Builder>- Throws:
Descriptor.FormException
-
doTestConnection
public FormValidation doTestConnection(@QueryParameter("serverUrl") String url, @QueryParameter("credentialsId") String credentialsId, @AncestorInPath Item item) -
doFillProjectIdItems
public ListBoxModel doFillProjectIdItems(@QueryParameter("serverUrl") String url, @QueryParameter("credentialsId") String credentialsId, @AncestorInPath Item item) -
doFillPlanItems
public ListBoxModel doFillPlanItems(@QueryParameter("serverUrl") String url, @QueryParameter("credentialsId") String credentialsId, @QueryParameter("projectId") String projectId, @AncestorInPath Item item) -
doCheckServerUrl
-
doCheckProjectId
-
doCheckPlan
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId) -
newInstance
public Builder newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classDescriptor<Builder>- Throws:
Descriptor.FormException
-