Package hudson.plugins.sauce_ondemand
Class SauceOnDemandProjectActionFactory
- java.lang.Object
-
- hudson.model.TransientProjectActionFactory
-
- hudson.plugins.sauce_ondemand.SauceOnDemandProjectActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class SauceOnDemandProjectActionFactory extends TransientProjectActionFactory
- Author:
- Ross Rowe
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SauceOnDemandProjectActionFactory()
-
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
-
-