@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) @Extension public static final class SimpleBuildStep.LastBuildActionFactory extends TransientActionFactory<Job>
Constructor and Description |
---|
LastBuildActionFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Action> |
createFor(Job j)
Creates actions for a given object.
|
Class<Job> |
type()
The type of object this factory cares about.
|
public Class<Job> type()
TransientActionFactory
TransientActionFactory.createFor(T)
do a check-cast,
so that method bodies are not loaded until actually needed.type
in class TransientActionFactory<Job>
T
public Collection<? extends Action> createFor(Job j)
TransientActionFactory
createFor
in class TransientActionFactory<Job>
j
- an actionable objectCopyright © 2015. All rights reserved.