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.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends hudson.model.Action> |
getActions(hudson.model.labels.LabelAtom labelAtom) |
@DataBoundConstructor public LabelExtension()
Checkbox displayed with LabelConfigurationDescriptor.getDisplayName()
as a label
public Collection<? extends hudson.model.Action> getActions(hudson.model.labels.LabelAtom labelAtom)
getActions
in class hudson.model.labels.LabelAtomProperty
Copyright © 2016–2020. All rights reserved.