public static class VersionParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
Constructor and Description |
---|
VersionParameterDefinition.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
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
public VersionParameterDefinition.DescriptorImpl()
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
Copyright © 2010-2015. All Rights Reserved.