@Extension
@Symbol(value="SoapUIPro")
public static final class JenkinsSoapUIProTestRunner.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
JenkinsSoapUIProTestRunner. Used as a singleton.
The class is marked as public so that it can be accessed from views.| 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 |
doCheckAuthMethod(String value,
String slmLicenceApiHost) |
hudson.util.FormValidation |
doCheckPathToProjectFile(String value) |
hudson.util.FormValidation |
doCheckPathToTestrunner(String value) |
hudson.util.FormValidation |
doCheckSlmLicenceAccessKey(String value,
String authMethod) |
hudson.util.FormValidation |
doCheckSlmLicenceApiHost(String value,
String authMethod) |
hudson.util.FormValidation |
doCheckSlmLicenceApiPort(String value,
String authMethod) |
hudson.util.FormValidation |
doCheckSlmLicenseClientId(String value,
String authMethod) |
hudson.util.FormValidation |
doCheckSlmLicenseClientSecret(String value,
String authMethod) |
hudson.util.FormValidation |
doCheckTestSuite(String value,
String testCase) |
hudson.util.ListBoxModel |
doFillAuthMethodItems() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic hudson.util.ListBoxModel doFillAuthMethodItems()
public hudson.util.FormValidation doCheckPathToTestrunner(@QueryParameter
String value)
public hudson.util.FormValidation doCheckPathToProjectFile(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTestSuite(@QueryParameter
String value,
@QueryParameter
String testCase)
public hudson.util.FormValidation doCheckAuthMethod(@QueryParameter
String value,
@QueryParameter
String slmLicenceApiHost)
public hudson.util.FormValidation doCheckSlmLicenceApiHost(@QueryParameter
String value,
@QueryParameter
String authMethod)
public hudson.util.FormValidation doCheckSlmLicenceApiPort(@QueryParameter
String value,
@QueryParameter
String authMethod)
public hudson.util.FormValidation doCheckSlmLicenceAccessKey(@QueryParameter
String value,
@QueryParameter
String authMethod)
public hudson.util.FormValidation doCheckSlmLicenseClientId(@QueryParameter
String value,
@QueryParameter
String authMethod)
public hudson.util.FormValidation doCheckSlmLicenseClientSecret(@QueryParameter
String value,
@QueryParameter
String authMethod)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<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.FormExceptionCopyright © 2016–2025. All rights reserved.