org.jenkinsci.plugins.neoload_integration
Class ProjectSpecificActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.jenkinsci.plugins.neoload_integration.ProjectSpecificActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<ProjectSpecificActionFactory>, Serializable

@Extension(optional=true)
public class ProjectSpecificActionFactory
extends hudson.model.TransientProjectActionFactory
implements hudson.model.Describable<ProjectSpecificActionFactory>, Serializable

Without this class the two trend graphs are not displayed.

See Also:
Serialized Form

Nested Class Summary
static class ProjectSpecificActionFactory.DescriptorImplPSA
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static ProjectSpecificActionFactory.DescriptorImplPSA DESCRIPTOR
           
 
Constructor Summary
ProjectSpecificActionFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject job)
           
 hudson.model.Descriptor<ProjectSpecificActionFactory> getDescriptor()
           
 
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
 

Field Detail

DESCRIPTOR

@Extension(optional=true)
public static final ProjectSpecificActionFactory.DescriptorImplPSA DESCRIPTOR
Constructor Detail

ProjectSpecificActionFactory

public ProjectSpecificActionFactory()
Method Detail

createFor

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

getDescriptor

public hudson.model.Descriptor<ProjectSpecificActionFactory> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<ProjectSpecificActionFactory>


Copyright © 2004-2013. All Rights Reserved.