hudson.plugins.analysis.graph
Class TrendDetails

java.lang.Object
  extended by hudson.plugins.analysis.graph.TrendDetails

public class TrendDetails
extends Object

Details trend graph.

Author:
Ulli Hafner

Constructor Summary
TrendDetails(hudson.model.AbstractProject<?,?> project, hudson.util.Graph trendGraph)
          Creates a new instance of TrendDetails.
 
Method Summary
 hudson.model.AbstractProject<?,?> getProject()
          Returns the abstractProject.
 hudson.util.Graph getTrendGraph(org.kohsuke.stapler.StaplerRequest request)
          Returns the trend graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendDetails

public TrendDetails(hudson.model.AbstractProject<?,?> project,
                    hudson.util.Graph trendGraph)
Creates a new instance of TrendDetails.

Parameters:
project - the project of the graph
trendGraph - the graph
Method Detail

getTrendGraph

public hudson.util.Graph getTrendGraph(org.kohsuke.stapler.StaplerRequest request)
Returns the trend graph.

Parameters:
request - Stapler request
Returns:
the trend graph

getProject

public hudson.model.AbstractProject<?,?> getProject()
Returns the abstractProject.

Returns:
the abstractProject


Copyright © 2004-2012 Hudson. All Rights Reserved.