public class GraphPoint extends Object
| Constructor and Description |
|---|
GraphPoint(hudson.model.AbstractBuild<?,?> build,
int bugCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBugCount() |
hudson.model.AbstractBuild<?,?> |
getBuild() |
void |
setBugCount(int bugCount) |
void |
setBuild(hudson.model.AbstractBuild<?,?> build) |
Copyright © 2004-2013. All Rights Reserved.