org.jenkins.ci.plugins
Class JobPollTransientProjectActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.jenkins.ci.plugins.JobPollTransientProjectActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public final class JobPollTransientProjectActionFactory
extends hudson.model.TransientProjectActionFactory

A very simple TransientProjectActionFactory which creates new JobPollActions for the target AbstractProject.

Since:
1.0
Author:
Jesse Farinacci

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobPollTransientProjectActionFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
           
 
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

JobPollTransientProjectActionFactory

public JobPollTransientProjectActionFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2012. All Rights Reserved.