public abstract class AbstractAPIActionHandler extends TransientActionFactory<Job> implements Action
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AbstractAPIActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Action> |
createFor(Job target) |
String |
getDisplayName() |
String |
getIconFileName() |
protected Job |
getJob() |
String |
getUrlName() |
Class<Job> |
type() |
actionType, factoriesForpublic static final String URL_BASE
public Job target
public String getUrlName()
getUrlName in interface Actionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic Class<Job> type()
type in class TransientActionFactory<Job>protected Job getJob()
@NonNull public Collection<? extends Action> createFor(@NonNull Job target)
createFor in class TransientActionFactory<Job>Copyright © 2016–2022. All rights reserved.