@Symbol(value="executeKatalonTestOps")
@Extension
public static class ExecuteKatalonTestOpsPlan.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckPlan(String plan) |
hudson.util.FormValidation |
doCheckProjectId(String projectId) |
hudson.util.FormValidation |
doCheckServerUrl(String serverUrl) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillPlanItems(String url,
String credentialsId,
String projectId) |
hudson.util.ListBoxModel |
doFillProjectIdItems(String url,
String credentialsId) |
hudson.util.FormValidation |
doTestConnection(String url,
String credentialsId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doTestConnection(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId)
public hudson.util.ListBoxModel doFillProjectIdItems(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId)
public hudson.util.ListBoxModel doFillPlanItems(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="projectId")
String projectId)
public hudson.util.FormValidation doCheckServerUrl(@QueryParameter
String serverUrl)
public hudson.util.FormValidation doCheckProjectId(@QueryParameter
String projectId)
public hudson.util.FormValidation doCheckPlan(@QueryParameter
String plan)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2016–2022 Katalon Inc.. All rights reserved.