|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphType | |
|---|---|
| hudson.plugins.pmd.util | |
| Uses of GraphType in hudson.plugins.pmd.util |
|---|
| Methods in hudson.plugins.pmd.util that return GraphType | |
|---|---|
GraphType |
GraphConfiguration.getGraphType()
Returns the type of the graph. |
static GraphType |
GraphType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GraphType[] |
GraphType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in hudson.plugins.pmd.util with parameters of type GraphType | |
|---|---|
protected static boolean |
GraphConfiguration.isValid(int newWidth,
int newHeight,
int newBuildCount,
int newDayCount,
GraphType newGraphType)
Returns whether the configuration parameters are valid. |
protected java.lang.String |
GraphConfiguration.serializeToString(int width,
int height,
int buildCount,
int dayCount,
GraphType graphType)
Serializes the values of this configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||