@Extension
public class GroovyPostbuildDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
GroovyPostbuildDescriptor()
Constructs a
GroovyPostbuildDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the descriptor display name, used in the post step checkbox description.
|
String |
getHelpFile() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> clazz)
Checks whether this descriptor is applicable.
|
boolean |
isMatrixProject(Object it)
Check whether the configuring model is
MatrixProject. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic GroovyPostbuildDescriptor()
GroovyPostbuildDescriptor.public final String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public final boolean isApplicable(Class<? extends hudson.model.AbstractProject> clazz)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>clazz - the classpublic boolean isMatrixProject(Object it)
MatrixProject. Called from jelly.
Note: Caller should pass it for the model is not bound to
StaplerRequest.findAncestorObject(Class)
when called via hetelo-list.it - MatrixProjectCopyright © 2004-2016. All Rights Reserved.