@Extension public class JobActionFactory extends TransientActionFactory<AbstractItem>
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
JobActionFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Action> |
createFor(AbstractItem target)
Creates the JobAction for the provided item.
|
Class<AbstractItem> |
type()
The type of object this factory cares about.
|
actionType, factoriesFor
public Collection<? extends Action> createFor(AbstractItem target)
createFor
in class TransientActionFactory<AbstractItem>
target
- Item, to create the action for.public Class<AbstractItem> type()
type
in class TransientActionFactory<AbstractItem>
Copyright © 2016–2019. All rights reserved.