|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<hudson.model.ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
org.jvnet.hudson.plugins.repositoryconnector.VersionParameterDefinition.DescriptorImpl
public static class VersionParameterDefinition.DescriptorImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
VersionParameterDefinition.DescriptorImpl()
|
Method Summary | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
hudson.util.FormValidation |
doCheckArtifactid(String artifactid,
String groupid,
String repoid)
|
hudson.util.FormValidation |
doCheckBaseurl(String baseurl)
|
hudson.util.FormValidation |
doCheckGroupid(String groupid,
String artifactid,
String repoid)
|
hudson.util.FormValidation |
doCheckPassword(String password,
String username)
|
hudson.util.FormValidation |
doCheckRepoid(String repoid)
|
hudson.util.FormValidation |
doTestConnection(String baseurl,
String username,
String password)
|
String |
getDisplayName()
|
Repository |
getRepo(String id)
|
Collection<Repository> |
getRepos()
|
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor |
---|
getValuePage |
Methods inherited from class hudson.model.Descriptor |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionParameterDefinition.DescriptorImpl()
Method Detail |
---|
public Repository getRepo(String id)
public Collection<Repository> getRepos()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
configure
in class hudson.model.Descriptor<hudson.model.ParameterDefinition>
public hudson.util.FormValidation doCheckGroupid(@QueryParameter String groupid, @QueryParameter String artifactid, @QueryParameter String repoid) throws IOException
IOException
public hudson.util.FormValidation doCheckArtifactid(@QueryParameter String artifactid, @QueryParameter String groupid, @QueryParameter String repoid) throws IOException
IOException
public hudson.util.FormValidation doCheckRepoid(@QueryParameter String repoid) throws IOException
IOException
public hudson.util.FormValidation doCheckBaseurl(@QueryParameter String baseurl) throws IOException
IOException
public hudson.util.FormValidation doCheckPassword(@QueryParameter String password, @QueryParameter String username) throws IOException
IOException
public hudson.util.FormValidation doTestConnection(@QueryParameter String baseurl, @QueryParameter String username, @QueryParameter String password) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public String getDisplayName()
getDisplayName
in class hudson.model.ParameterDefinition.ParameterDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |