|
|||||||||
| 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.klaros.KlarosTestResultPublisher.DescriptorImpl
@Extension public static final class KlarosTestResultPublisher.DescriptorImpl
Descriptor for KlarosImportPublisher class. Used as a singleton. The class is marked as public so that it can be accessed from views.
| 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 | |
|---|---|
KlarosTestResultPublisher.DescriptorImpl()
Instantiates a new descriptor impl. |
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
hudson.util.FormValidation |
doCheck(hudson.model.AbstractProject<?,?> project,
java.lang.String value)
Performs on-the-fly validation on the file mask wildcard. |
hudson.util.FormValidation |
doCheckInstallation(java.lang.String value)
Performs on-the-fly validation on the server installation. |
hudson.util.FormValidation |
doCheckUrl(java.lang.String value)
Performs on-the-fly validation on a Klaros application URL. |
hudson.util.FormValidation |
doTestConnection(java.lang.String url,
java.lang.String username,
java.lang.String password)
Test the connection with the given parameters. |
java.lang.String |
getDisplayName()
This human readable name is used in the configuration screen. |
java.lang.String |
getHelpFile()
|
java.util.List<java.lang.String> |
getUrls()
Gets the urls. |
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
|
void |
setUrls(java.util.List<java.lang.String> setUrls)
Sets the URLs. |
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, 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 KlarosTestResultPublisher.DescriptorImpl()
| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public java.lang.String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public java.util.List<java.lang.String> getUrls()
public void setUrls(java.util.List<java.lang.String> setUrls)
setUrls - the new URLs
public hudson.util.FormValidation doCheckUrl(java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
value - the url value to check
java.io.IOException - Signals that an I/O exception has occurred.
javax.servlet.ServletException - the servlet exception
public hudson.util.FormValidation doCheck(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
project - the current projectvalue - the mask value to check
java.io.IOException - Signals that an I/O exception has occurred.
javax.servlet.ServletException - the servlet exception
public hudson.util.FormValidation doCheckInstallation(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
value - the mask value to check
java.io.IOException - Signals that an I/O exception has occurred.
javax.servlet.ServletException - the servlet exception
public hudson.util.FormValidation doTestConnection(@QueryParameter
java.lang.String url,
@QueryParameter
java.lang.String username,
@QueryParameter
java.lang.String password)
throws java.io.IOException,
javax.servlet.ServletException
url - the urlusername - the usernamepassword - the password
java.io.IOException - Signals that an I/O exception has occurred.
javax.servlet.ServletException - the servlet exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||