Class PermalinkFactory
- java.lang.Object
-
- hudson.model.TransientProjectActionFactory
-
- org.jenkinsci.plugins.buildaliassetter.PermalinkFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class PermalinkFactory extends TransientProjectActionFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PermalinkFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(AbstractProject target)
-
Methods inherited from class hudson.model.TransientProjectActionFactory
all
-
-
-
-
Method Detail
-
createFor
public Collection<? extends Action> createFor(AbstractProject target)
- Specified by:
createFor
in classTransientProjectActionFactory
-
-