jenkins.plugins.clangscanbuild.reports
Class GraphPoint

java.lang.Object
  extended by jenkins.plugins.clangscanbuild.reports.GraphPoint

public class GraphPoint
extends Object


Constructor Summary
GraphPoint(hudson.model.AbstractBuild<?,?> build, int bugCount)
           
 
Method Summary
 int getBugCount()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 void setBugCount(int bugCount)
           
 void setBuild(hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPoint

public GraphPoint(hudson.model.AbstractBuild<?,?> build,
                  int bugCount)
Method Detail

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

setBuild

public void setBuild(hudson.model.AbstractBuild<?,?> build)

getBugCount

public int getBugCount()

setBugCount

public void setBugCount(int bugCount)


Copyright © 2004-2012. All Rights Reserved.