@Extension
public static final class BuildBlockerProperty.BuildBlockerDescriptor
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
BuildBlockerProperty.BuildBlockerDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckRegex(String blockingJobs)
Check the regular expression entered by the user
|
String |
getDisplayName()
Returns the name to be shown on the website
|
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType)
Returns always true as it can be used in all types of jobs.
|
all, getPropertyDescriptors, newInstanceaddHelpFileRedirect, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic BuildBlockerProperty.BuildBlockerDescriptor()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public hudson.util.FormValidation doCheckRegex(@QueryParameter
String blockingJobs)
public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable in class hudson.model.JobPropertyDescriptorjobType - the job type to be checked if this property is applicable.Copyright © 2004-2015. All Rights Reserved.