Package com.sonyericsson.rebuild
Class RebuildProjectActionFactory
- java.lang.Object
-
- hudson.model.TransientProjectActionFactory
-
- com.sonyericsson.rebuild.RebuildProjectActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class RebuildProjectActionFactory extends TransientProjectActionFactory
Makes the rebuild button available on the project level. Rebuilds the last completed build.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RebuildProjectActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(AbstractProject abstractProject)
-
Methods inherited from class hudson.model.TransientProjectActionFactory
all
-
-
-
-
Method Detail
-
createFor
public Collection<? extends Action> createFor(AbstractProject abstractProject)
- Specified by:
createFor
in classTransientProjectActionFactory
-
-