org.hudsonci.maven.plugin.builder
Class MavenProjectActionFactory
java.lang.Object
hudson.model.TransientProjectActionFactory
org.hudsonci.maven.plugin.builder.MavenProjectActionFactory
- All Implemented Interfaces:
- ExtensionPoint
@Named
@Singleton
@Typed(value=hudson.model.TransientProjectActionFactory.class)
public class MavenProjectActionFactory
- extends TransientProjectActionFactory
Attaches the single MavenProjectAction instance to each supportable project (freestyle, multiconfig)
which have at least one MavenBuilder configured.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenProjectActionFactory
public MavenProjectActionFactory()
createFor
public Collection<? extends Action> createFor(AbstractProject project)
- Specified by:
createFor in class TransientProjectActionFactory
Copyright © 2004-2011 Hudson. All Rights Reserved.