@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 |
doVerify(String adb,
String username,
String password,
String eagleServerUri,
String license) |
String |
getAdb() |
String |
getDisplayName() |
String |
getEagleServerUri() |
String |
getLicense() |
String |
getPassword() |
String |
getUsername() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> abstractProject) |
boolean |
isDebug() |
void |
setAdb(String adb) |
void |
setDebug(boolean debug) |
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, toMap
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.BuildWrapper>
hudson.model.Descriptor.FormException
public boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
isApplicable
in class hudson.tasks.BuildWrapperDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
public hudson.util.FormValidation doVerify(@QueryParameter(value="adb") String adb, @QueryParameter(value="username") String username, @QueryParameter(value="password") String password, @QueryParameter(value="eagleServerUri") String eagleServerUri, @QueryParameter(value="license") String license) throws IOException, URISyntaxException
IOException
URISyntaxException
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 String getLicense()
public void setEagleServerUri(String eagleServerUri)
public boolean isDebug()
public void setDebug(boolean debug)
Copyright © 2016–2018. All rights reserved.