public class LabelExtension
extends hudson.model.labels.LabelAtomProperty
LabelConfigurationDescriptor.getDisplayName()| Modifier and Type | Class and Description |
|---|---|
static class |
LabelExtension.LabelConfigurationDescriptor
Since the plugin configuration is handled globally by LabelPluginSettings,
the sole role of this descriptor is to define getDisplayName()
|
| Constructor and Description |
|---|
LabelExtension()
This constructor is called by jenkins when the user saves
the configuration page of a given label, and has selected
the checkbox to activate this extension.
Checkbox displayed with LabelConfigurationDescriptor.getDisplayName() as a label |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getActions(hudson.model.labels.LabelAtom labelAtom) |
@DataBoundConstructor public LabelExtension()
LabelConfigurationDescriptor.getDisplayName() as a labelpublic Collection<? extends hudson.model.Action> getActions(hudson.model.labels.LabelAtom labelAtom)
getActions in class hudson.model.labels.LabelAtomPropertyCopyright © 2004-2014. All Rights Reserved.