@Extension
public static final class BuildBlockerProperty.BuildBlockerDescriptor
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
BuildBlockerProperty.BuildBlockerDescriptor()
Constructor loading the data from the config file
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the name to be shown on the website
|
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType)
Returns always true a it can be used in all types of jobs.
|
BuildBlockerProperty |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Returns a new instance of the build blocker property
when job config page is saved.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, getPropertyType, getPropertyType, 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 BuildBlockerProperty newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.JobPropertyDescriptorreq - stapler requestformData - the form dataFormExceptionhudson.model.Descriptor.FormExceptionpublic 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-2013. All Rights Reserved.