org.jenkinsci.plugins.xvfb
Class XvfbInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<XvfbInstallation>
          extended by org.jenkinsci.plugins.xvfb.XvfbInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
XvfbInstallation

@Extension
public static class XvfbInstallation.DescriptorImpl
extends hudson.tools.ToolDescriptor<XvfbInstallation>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
XvfbInstallation.DescriptorImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, 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, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XvfbInstallation.DescriptorImpl

public XvfbInstallation.DescriptorImpl()
Method Detail

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.tools.ToolDescriptor<XvfbInstallation>
Throws:
hudson.model.Descriptor.FormException

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              File value)

doCheckName

public hudson.util.FormValidation doCheckName(@QueryParameter
                                              String value)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>

getInstallations

public XvfbInstallation[] getInstallations()
Overrides:
getInstallations in class hudson.tools.ToolDescriptor<XvfbInstallation>

getToolDescriptor

public XvfbInstallation.DescriptorImpl getToolDescriptor()

setInstallations

public void setInstallations(XvfbInstallation... installations)
Overrides:
setInstallations in class hudson.tools.ToolDescriptor<XvfbInstallation>


Copyright © 2004–2015. All rights reserved.