@Extension
public static class TicsPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
globalViewerUrl |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckGlobalViewerUrl(hudson.model.Item item,
java.lang.String value)
Form validation of globalViewerUrl.
|
hudson.util.FormValidation |
doCheckTicsPath(hudson.model.AbstractProject<?,?> project,
java.lang.String value,
java.lang.String viewerUrl,
java.lang.String credentialsId) |
hudson.util.FormValidation |
doCheckViewerUrl(hudson.model.AbstractProject<?,?> project,
java.lang.String value)
Form validation of viewerUrl.
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
java.lang.String credentialsId)
Called by Jenkins to fill credentials dropdown list
|
java.lang.String |
getDisplayName() |
java.lang.String |
getViewerUrl()
Referenced in
global.jelly. |
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormException@POST
public hudson.util.FormValidation doCheckViewerUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
java.lang.String value)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException@POST
public hudson.util.FormValidation doCheckGlobalViewerUrl(@AncestorInPath
hudson.model.Item item,
@QueryParameter
java.lang.String value)
@POST
public hudson.util.FormValidation doCheckTicsPath(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
java.lang.String value,
@QueryParameter
java.lang.String viewerUrl,
@QueryParameter
java.lang.String credentialsId)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public java.lang.String getViewerUrl()
global.jelly.public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
java.lang.String credentialsId)