@Symbol(value="notifyReviewBoard")
@Extension
public static final class ReviewBoardNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckReviewBoardServer(String value)
This validates the Review Board server configuration name.
|
String |
getDisplayName()
Returns the display name for this build step, as shown in the
Jenkins GUI.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
Informs Jenkins of whether or not this build step is applicable to
the current job, which it always is.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 hudson.util.FormValidation doCheckReviewBoardServer(@QueryParameter
String value)
value - Review Board server config namepublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>aClass - public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>Copyright © 2016–2019. All rights reserved.