@Extension
public static final class XLTestView.XLTestDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
XLTestView.XLTestDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Called by UI with JSON representation of the configuration settings.
|
hudson.util.FormValidation |
doCheckProxyUrl(java.lang.String value) |
hudson.util.FormValidation |
doCheckServerUrl(java.lang.String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.ItemGroup context) |
hudson.util.FormValidation |
doTestConnection(java.lang.String serverUrl,
java.lang.String proxyUrl,
java.lang.String credentialsId) |
java.lang.String |
getCredentialsId() |
java.lang.String |
getDisplayName() |
java.lang.String |
getProxyUrl() |
java.lang.String |
getServerUrl() |
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType) |
java.lang.String |
toString() |
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 boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.ItemGroup context)
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doTestConnection(@QueryParameter(value="serverUrl")
java.lang.String serverUrl,
@QueryParameter(value="proxyUrl")
java.lang.String proxyUrl,
@QueryParameter(value="credentialsId")
java.lang.String credentialsId)
public hudson.util.FormValidation doCheckServerUrl(@QueryParameter
java.lang.String value)
public hudson.util.FormValidation doCheckProxyUrl(@QueryParameter
java.lang.String value)
public java.lang.String getServerUrl()
public java.lang.String getProxyUrl()
public java.lang.String getCredentialsId()
public java.lang.String toString()
toString in class java.lang.Object