Package hudson.plugins.jobConfigHistory
Class ComputerConfigHistoryActionFactory
- java.lang.Object
-
- hudson.model.TransientComputerActionFactory
-
- hudson.plugins.jobConfigHistory.ComputerConfigHistoryActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class ComputerConfigHistoryActionFactory extends TransientComputerActionFactory
- Author:
- Lucie Votypkova
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ComputerConfigHistoryActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Computer computer)
-
Methods inherited from class hudson.model.TransientComputerActionFactory
all, createAllFor
-
-
-
-
Method Detail
-
createFor
public Collection<? extends Action> createFor(Computer computer)
- Specified by:
createFor
in classTransientComputerActionFactory
-
-