com.soasta.jenkins
Class CloudTestServer.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<CloudTestServer>
      extended by com.soasta.jenkins.CloudTestServer.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
CloudTestServer

@Extension
public static class CloudTestServer.DescriptorImpl
extends hudson.model.Descriptor<CloudTestServer>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
CloudTestServer.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doValidate(String url, String username, String password, String id, String name)
           
 String getDisplayName()
           
 List<CloudTestServer> getServers()
           
 void setServers(Collection<? extends CloudTestServer> servers)
           
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudTestServer.DescriptorImpl

public CloudTestServer.DescriptorImpl()
Method Detail

getDisplayName

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

getServers

public List<CloudTestServer> getServers()

setServers

public void setServers(Collection<? extends CloudTestServer> servers)

configure

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

doValidate

public hudson.util.FormValidation doValidate(@QueryParameter
                                             String url,
                                             @QueryParameter
                                             String username,
                                             @QueryParameter
                                             String password,
                                             @QueryParameter
                                             String id,
                                             @QueryParameter
                                             String name)
                                      throws IOException
Throws:
IOException


Copyright © 2004-2014. All Rights Reserved.