org.jenkinsci.plugins.jobparametersummary
Class Summary.SummaryFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.jenkinsci.plugins.jobparametersummary.Summary.SummaryFactory
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
Summary

@Extension
public static class Summary.SummaryFactory
extends hudson.model.TransientProjectActionFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
Summary.SummaryFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
          For matrix projects parameter actions are attached to the MatrixProject
 
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

Summary.SummaryFactory

public Summary.SummaryFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
For matrix projects parameter actions are attached to the MatrixProject

Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2013. All Rights Reserved.