public class GraphPoint extends Object
| Constructor and Description |
|---|
GraphPoint(hudson.model.Run<?,?> run,
int bugCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBugCount() |
hudson.model.Run<?,?> |
getRun() |
void |
setBugCount(int bugCount) |
void |
setRun(hudson.model.Run<?,?> run) |
Copyright © 2004-2015. All Rights Reserved.