@Extension
public static final class ConnectionsPlugin.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
String |
connectionsUrl |
String |
password |
String |
username |
| Constructor and Description |
|---|
ConnectionsPlugin.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
String |
getConnectionsUrl() |
String |
getDisplayName() |
String |
getPassword() |
String |
getUserName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setConnectionsUrl(String connectionsUrl) |
void |
setPassword(String password) |
void |
setUserName(String username) |
void |
updateConnections(String message,
String url,
String user,
String passwd) |
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, save, self, toArray, toList, toMappublic String connectionsUrl
public String username
public String password
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public void updateConnections(String message, String url, String user, String passwd) throws Exception
Exceptionpublic String getConnectionsUrl()
public void setConnectionsUrl(String connectionsUrl)
public String getUserName()
public void setUserName(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2004-2013. All Rights Reserved.