|
|||||||||
| 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.jenkinsci.plugins.StashBranchParameter.StashBranchParameterDefinition.StashBranchParameterDescriptor
@Extension public static class StashBranchParameterDefinition.StashBranchParameterDescriptor
| 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 | |
|---|---|
StashBranchParameterDefinition.StashBranchParameterDescriptor()
|
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
hudson.util.FormValidation |
doCheckPassword(String stashApiUrl,
String username,
String password)
|
hudson.util.FormValidation |
doCheckUsername(String stashApiUrl,
String username,
String password)
|
hudson.util.ListBoxModel |
doFillRepositoryItems()
|
String |
getDisplayName()
|
String |
getPassword()
|
String |
getRepo()
|
String |
getStashApiUrl()
|
String |
getUsername()
|
void |
setPassword(hudson.util.Secret password)
|
void |
setRepo(String repo)
|
void |
setStashApiUrl(String stashApiUrl)
|
void |
setUsername(String username)
|
| Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor |
|---|
getValuePage |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StashBranchParameterDefinition.StashBranchParameterDescriptor()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptorpublic String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(hudson.util.Secret password)
public String getStashApiUrl()
public void setStashApiUrl(String stashApiUrl)
public String getRepo()
public void setRepo(String repo)
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.model.ParameterDefinition>hudson.model.Descriptor.FormException
public hudson.util.FormValidation doCheckUsername(@QueryParameter
String stashApiUrl,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckPassword(@QueryParameter
String stashApiUrl,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillRepositoryItems()
throws MalformedURLException
MalformedURLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||