|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
hudson.plugins.gerrit.GerritNotifier.DescriptorImpl
@Extension public static final class GerritNotifier.DescriptorImpl
Descriptor for GerritNotifier. Used as a singleton.
The class is marked as public so that it can be accessed from views.
See views/hudson/plugins/hello_world/GerritNotifier/*.jelly for the actual HTML fragment for the configuration screen.
| 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 | |
|---|---|
GerritNotifier.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckGerrit_host(java.lang.String value)
|
hudson.util.FormValidation |
doCheckGerrit_username(java.lang.String value)
|
hudson.util.FormValidation |
doCheckPassPhrase(java.lang.String value)
|
hudson.util.FormValidation |
doCheckPrivate_key_file_path(java.lang.String value)
|
java.lang.String |
getDisplayName()
This human readable name is used in the configuration screen. |
java.lang.String |
guessSSHKeyFile()
|
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
|
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, 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 GerritNotifier.DescriptorImpl()
| Method Detail |
|---|
public hudson.util.FormValidation doCheckGerrit_username(@QueryParameter
java.lang.String value)
public hudson.util.FormValidation doCheckGerrit_host(@QueryParameter
java.lang.String value)
public hudson.util.FormValidation doCheckPrivate_key_file_path(@QueryParameter
java.lang.String value)
public hudson.util.FormValidation doCheckPassPhrase(@QueryParameter
java.lang.String value)
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public java.lang.String guessSSHKeyFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||