|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.tasks.Publisher>
hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
public static final class CNTracker.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 |
| Method Summary | |
|---|---|
void |
doAssignCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for "assign issue to". |
void |
doCollabNetUrlCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for the CollabNet URL. |
void |
doGetProjects(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Gets a list of projects to choose from and write them as a JSON string into the response data. |
void |
doGetProjectUsers(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Gets a list of projectUsers to choose from and write them as a JSON string into the response data. |
void |
doGetReleases(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Gets a list of releases to choose from and write them as a JSON string into the response data. |
void |
doGetTrackers(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Gets a list of trackers to choose from and write them as a JSON string into the response data. |
void |
doPasswordCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Check that a password is present and allows login. |
void |
doProjectCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for the project field. |
void |
doReleaseCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for the release field. |
void |
doRequiredCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for username. |
void |
doRequiredInterpretedCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for the comment and description. |
void |
doTrackerCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Form validation for the tracker field. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHelpFile()
|
static java.lang.String |
getHelpUrl()
|
CNTracker |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates a new instance of CNTracker from
a submitted form. |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, 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 |
| Method Detail |
|---|
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 CNTracker newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
CNTracker from
a submitted form.
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>req - config page parameters.formData - data specific to this section, in json form.
FormException
hudson.model.Descriptor.FormException
public void doCollabNetUrlCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doPasswordCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doProjectCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doTrackerCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doAssignCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doRequiredCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doRequiredInterpretedCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
java.io.IOException
javax.servlet.ServletException
public void doReleaseCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
req - StaplerRequest which contains parameters from
the config.jelly.rsp - contains http response data.
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
public void doGetTrackers(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
public void doGetProjectUsers(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
public void doGetReleases(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 | |||||||||