@Extension
public static final class IssueUpdaterResultsRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckJql(String value)
Performs on-the-fly validation of the form field 'Jql'.
|
hudson.util.FormValidation |
doCheckPassword(String value)
Performs on-the-fly validation of the form field 'password'.
|
hudson.util.FormValidation |
doCheckRESTUrl(String value)
Performs on-the-fly validation of the form field 'restUrlBase'.
|
hudson.util.FormValidation |
doCheckUserName(String value)
Performs on-the-fly validation of the form field 'userName'.
|
String |
getDisplayName()
ModelObject |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
BuildStepDescriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 hudson.util.FormValidation doCheckRESTUrl(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckUserName(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckPassword(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckJql(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
BuildStepDescriptorisApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>jobType - public String getDisplayName()
ModelObjectgetDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>Copyright © 2004–2015. All rights reserved.