@Extension public static class TestdroidCloudSettings.DescriptorImpl extends hudson.model.Descriptor<TestdroidCloudSettings>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doAuthorize(String email,
String password,
String cloudUrl,
boolean privateInstanceState,
boolean noCheckCertificate,
boolean isProxy,
String proxyHost,
Integer proxyPort,
String proxyUser,
String proxyPassword) |
hudson.util.ListBoxModel |
doFillNotificationEmailTypeItems() |
String |
getCloudUrl() |
String |
getDisplayName() |
String |
getEmail() |
Boolean |
getIsProxy() |
String |
getNewCloudUrl() |
Boolean |
getNoCheckCertificate() |
String |
getNotificationEmail() |
String |
getNotificationEmailType() |
String |
getPassword()
Returns password in decrypted form
|
boolean |
getPrivateInstanceState() |
String |
getProxyHost() |
String |
getProxyPassword()
Returns proxy password in decrypted form
|
Integer |
getProxyPort() |
String |
getProxyUser() |
com.testdroid.api.model.APIUser |
getUser() |
void |
save() |
void |
setCloudUrl(String cloudUrl) |
void |
setEmail(String email) |
void |
setIsProxy(Boolean isProxy) |
void |
setNewCloudUrl(String newCloudUrl) |
void |
setNoCheckCertificate(Boolean noCheckCertificate) |
void |
setNotificationEmail(String notificationEmail) |
void |
setNotificationEmailType(String notificationEmailType) |
void |
setPassword(String password) |
void |
setPrivateInstanceState(boolean privateInstanceState) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPassword(String proxyPassword) |
void |
setProxyPort(Integer proxyPort) |
void |
setProxyUser(String proxyUser) |
addHelpFileRedirect, 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, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<TestdroidCloudSettings>public void save()
save in interface hudson.model.Saveablesave in class hudson.model.Descriptor<TestdroidCloudSettings>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<TestdroidCloudSettings>hudson.model.Descriptor.FormExceptionpublic com.testdroid.api.model.APIUser getUser()
throws com.testdroid.api.APIException
com.testdroid.api.APIException@Exported
public hudson.util.FormValidation doAuthorize(@QueryParameter
String email,
@QueryParameter
String password,
@QueryParameter
String cloudUrl,
@QueryParameter
boolean privateInstanceState,
@QueryParameter
boolean noCheckCertificate,
@QueryParameter
boolean isProxy,
@QueryParameter
String proxyHost,
@QueryParameter
Integer proxyPort,
@QueryParameter
String proxyUser,
@QueryParameter
String proxyPassword)
@Exported public hudson.util.ListBoxModel doFillNotificationEmailTypeItems()
@Exported public String getEmail()
@Exported public void setEmail(String email)
@Exported public String getPassword()
@Exported public void setPassword(String password)
@Exported public boolean getPrivateInstanceState()
@Exported public void setPrivateInstanceState(boolean privateInstanceState)
@Exported public String getCloudUrl()
@Exported public void setCloudUrl(String cloudUrl)
@Exported public String getNewCloudUrl()
@Exported public void setNewCloudUrl(String newCloudUrl)
@Exported public Boolean getNoCheckCertificate()
@Exported public void setNoCheckCertificate(Boolean noCheckCertificate)
@Exported public Boolean getIsProxy()
@Exported public void setIsProxy(Boolean isProxy)
@Exported public String getProxyHost()
@Exported public void setProxyHost(String proxyHost)
@Exported public Integer getProxyPort()
@Exported public void setProxyPort(Integer proxyPort)
@Exported public String getProxyUser()
@Exported public void setProxyUser(String proxyUser)
@Exported public String getProxyPassword()
@Exported public void setProxyPassword(String proxyPassword)
@Exported public String getNotificationEmail()
@Exported public void setNotificationEmail(String notificationEmail)
@Exported public String getNotificationEmailType()
@Exported public void setNotificationEmailType(String notificationEmailType)
Copyright © 2004–2017. All rights reserved.