|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<JiraSite>
hudson.plugins.jira.JiraSite.DescriptorImpl
@Extension public static class JiraSite.DescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
JiraSite.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckUserPattern(String value)
|
hudson.util.FormValidation |
doUrlCheck(String value)
Checks if the JIRA URL is accessible and exists. |
hudson.util.FormValidation |
doValidate(String userName,
String url,
String password,
String groupVisibility,
String roleVisibility)
Checks if the user name and password are valid. |
String |
getDisplayName()
|
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JiraSite.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<JiraSite>
public hudson.util.FormValidation doUrlCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckUserPattern(@QueryParameter
String value)
throws IOException
IOException
public hudson.util.FormValidation doValidate(@QueryParameter
String userName,
@QueryParameter
String url,
@QueryParameter
String password,
@QueryParameter
String groupVisibility,
@QueryParameter
String roleVisibility)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||