@Extension
public static final class EagleWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doSetup(String adb,
String username,
String password,
String eagleServerUri) |
String |
getAdb() |
String |
getDisplayName() |
String |
getEagleServerUri() |
String |
getPassword() |
String |
getUsername() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> abstractProject) |
void |
setAdb(String adb) |
void |
setEagleServerUri(String eagleServerUri) |
void |
setPassword(String password) |
void |
setUsername(String username) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMappublic 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.BuildWrapper>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public hudson.util.FormValidation doSetup(@QueryParameter(value="adb")
String adb,
@QueryParameter(value="username")
String username,
@QueryParameter(value="password")
String password,
@QueryParameter(value="eagleServerUri")
String eagleServerUri)
public String getAdb()
public void setAdb(String adb)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getEagleServerUri()
public void setEagleServerUri(String eagleServerUri)
Copyright © 2016–2018. All rights reserved.