public static final class IssueLinkJobProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
IssueLinkJobProperty.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doLinkCheck(String value) |
hudson.util.FormValidation |
doRegexCheck(String value) |
String |
getDisplayName() |
String |
getLink() |
String |
getRegex() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType) |
IssueLinkJobProperty |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setLink(String link) |
void |
setRegex(String regex) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable in class hudson.model.JobPropertyDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public IssueLinkJobProperty newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.JobPropertyDescriptorhudson.model.Descriptor.FormExceptionpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public void setRegex(String regex)
public String getRegex()
public void setLink(String link)
public String getLink()
public hudson.util.FormValidation doRegexCheck(@QueryParameter
String value)
public hudson.util.FormValidation doLinkCheck(@QueryParameter
String value)
Copyright © 2004-2014. All Rights Reserved.