Class | Description |
---|---|
ComputerExtension |
The only role of this extension/factory is to instantiate a
ComputerLinkedJobsAction
for each computer/node of this Jenkins instance. |
LabelExtension |
One ExtensionPoint of this plugin
adds an Action, which makes an additional link available for Labels in the left-hand side menu to see linked jobs
defines the Descriptor class, which manages the plugin configuration per label - that is,
returns the name of the option to activate the plugin for that label
See
LabelConfigurationDescriptor.getDisplayName()
|
LabelExtension.LabelConfigurationDescriptor |
Since the plugin configuration is handled globally by LabelPluginSettings,
the sole role of this descriptor is to define getDisplayName()
|
Copyright © 2016–2020. All rights reserved.