|
||||||||||
| 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.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
@Extension public static final class CNDocumentUploader.DescriptorImpl
The CNDocumentUploader Descriptor class.
| 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 | |
|---|---|
CNDocumentUploader.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
boolean |
canInheritAuth()
|
hudson.util.FormValidation |
doCollabNetUrlCheck(java.lang.String value)
Form validation for the CollabNet URL. |
void |
doGetProjects(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Updates the list of projects in the combo box. |
hudson.util.FormValidation |
doPasswordCheck(org.kohsuke.stapler.StaplerRequest req)
Check that a password is present and allows login. |
hudson.util.FormValidation |
doPathCheck(org.kohsuke.stapler.StaplerRequest req)
Form validation for upload path. |
hudson.util.FormValidation |
doProjectCheck(org.kohsuke.stapler.StaplerRequest req)
Form validation for the project field. |
hudson.util.FormValidation |
doRequiredCheck(java.lang.String value,
java.lang.String name)
Form validation for username. |
hudson.util.FormValidation |
doUnRequiredInterpretedCheck(java.lang.String value,
java.lang.String name)
Form validation for the file patterns. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHelpFile()
|
static java.lang.String |
getHelpUrl()
|
int |
getUniqueId()
|
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
|
CNDocumentUploader |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates a new instance of CNDocumentUploader from a
submitted form. |
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, 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 CNDocumentUploader.DescriptorImpl()
| Method Detail |
|---|
public int getUniqueId()
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public static java.lang.String getHelpUrl()
public java.lang.String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean canInheritAuth()
public CNDocumentUploader newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
CNDocumentUploader from a
submitted form.
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>req - config page parameters.
FormException
hudson.model.Descriptor.FormException
public hudson.util.FormValidation doCollabNetUrlCheck(@QueryParameter
java.lang.String value)
value - url
public hudson.util.FormValidation doRequiredCheck(@QueryParameter
java.lang.String value,
@QueryParameter
java.lang.String name)
value - to checkname - of fieldpublic hudson.util.FormValidation doPasswordCheck(org.kohsuke.stapler.StaplerRequest req)
password - public hudson.util.FormValidation doProjectCheck(org.kohsuke.stapler.StaplerRequest req)
req - contains parameters from
the config.jelly.rsp - contains http response data (unused).
java.io.IOException
javax.servlet.ServletException
public hudson.util.FormValidation doPathCheck(org.kohsuke.stapler.StaplerRequest req)
throws java.io.IOException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data (unused).
java.io.IOException
javax.servlet.ServletException
public hudson.util.FormValidation doUnRequiredInterpretedCheck(@QueryParameter
java.lang.String value,
@QueryParameter
java.lang.String name)
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data (unused).
java.io.IOException
javax.servlet.ServletException
public void doGetProjects(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
req - contains parameters from
the config.jelly.rsp - http response data.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||