@Extension public static class XvfbInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<XvfbInstallation>
| Constructor and Description |
|---|
XvfbInstallation.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckHome(File value) |
hudson.util.FormValidation |
doCheckName(String value) |
String |
getDisplayName() |
XvfbInstallation[] |
getInstallations() |
XvfbInstallation.DescriptorImpl |
getToolDescriptor() |
void |
setInstallations(XvfbInstallation... installations) |
getDefaultInstallers, getDefaultProperties, getPropertyDescriptorscalcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.tools.ToolDescriptor<XvfbInstallation>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckHome(@QueryParameter
File value)
public hudson.util.FormValidation doCheckName(@QueryParameter
String value)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>public XvfbInstallation[] getInstallations()
getInstallations in class hudson.tools.ToolDescriptor<XvfbInstallation>public XvfbInstallation.DescriptorImpl getToolDescriptor()
public void setInstallations(XvfbInstallation... installations)
setInstallations in class hudson.tools.ToolDescriptor<XvfbInstallation>Copyright © 2004-2013. All Rights Reserved.