jenkins.plugins.clangscanbuild.reports
Class GraphPoint
java.lang.Object
jenkins.plugins.clangscanbuild.reports.GraphPoint
public class GraphPoint
- extends Object
|
Constructor Summary |
GraphPoint(hudson.model.AbstractBuild<?,?> build,
int bugCount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphPoint
public GraphPoint(hudson.model.AbstractBuild<?,?> build,
int bugCount)
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-2011. All Rights Reserved.