hudson.plugins.jobConfigHistory
Class JobConfigHistoryActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by hudson.plugins.jobConfigHistory.JobConfigHistoryActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class JobConfigHistoryActionFactory
extends hudson.model.TransientProjectActionFactory

Extends project actions for all jobs.

Author:
Stefan Brausch

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobConfigHistoryActionFactory()
           
 
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

JobConfigHistoryActionFactory

public JobConfigHistoryActionFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)

Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2011. All Rights Reserved.