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, factoriesFor
public static final String URL_BASE
public Job target
public String getUrlName()
getUrlName
in interface Action
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public 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.