hudson.plugins.ccm
Class CCMGraphHelper

java.lang.Object
  extended by hudson.plugins.ccm.CCMGraphHelper

public class CCMGraphHelper
extends java.lang.Object

Helper class for CCM Graphs.

Since:
2.6
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Method Summary
static org.jfree.data.category.CategoryDataset createDataSetForProject(hudson.model.AbstractProject<?,?> project)
          Create a dataset for the trend graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDataSetForProject

public static org.jfree.data.category.CategoryDataset createDataSetForProject(hudson.model.AbstractProject<?,?> project)
Create a dataset for the trend graph.

Parameters:
project - Jenkins Project.
Returns:
Graph data.


Copyright © 2010-2010 the CCM plug-in team-2011. All Rights Reserved.