Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doTestConnection(String project,
String url,
boolean v3,
String domain,
String user,
hudson.util.Secret password)
Test the connection to OpenStack.
|
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<ProjectOS>
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="project") String project, @QueryParameter(value="url") String url, @QueryParameter(value="v3") boolean v3, @QueryParameter(value="domain") String domain, @QueryParameter(value="user") String user, @QueryParameter(value="password") hudson.util.Secret password) throws hudson.model.Descriptor.FormException
project
- project to testurl
- identity urlv3
- v3 url ?domain
- domain if v3 urluser
- userpassword
- passwordhudson.model.Descriptor.FormException
- if the validation failsCopyright © 2016–2017. All rights reserved.