org.jenkinsci.plugins.pom2config
Class ActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.jenkinsci.plugins.pom2config.ActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ActionFactory
extends hudson.model.TransientProjectActionFactory

Extends project actions for all jobs.

Author:
Kathi Stutz

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ActionFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
           Adds the Pom2Config to every job
 
Methods inherited from class hudson.model.TransientProjectActionFactory
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFactory

public ActionFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
Adds the Pom2Config to every job

Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2013. All Rights Reserved.