|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphType | |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.graphs |
Uses of GraphType in com.sonyericsson.jenkins.plugins.bfa |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa that return GraphType | |
---|---|
GraphType[] |
CauseManagement.getGraphTypes()
|
abstract GraphType[] |
BfaGraphAction.getGraphTypes()
Returns an array of GraphType s, where each element represents
a graph. |
Methods in com.sonyericsson.jenkins.plugins.bfa with parameters of type GraphType | |
---|---|
protected hudson.util.Graph |
CauseManagement.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean forAllMasters,
Map<String,String> rawReqParams)
|
protected abstract hudson.util.Graph |
BfaGraphAction.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean allMasters,
Map<String,String> rawReqParams)
Get the graph corresponding to the specified arguments. |
protected String |
CauseManagement.getGraphCacheId(GraphType whichGraph,
String reqTimePeriod,
boolean hideAborted,
boolean forAllMasters)
|
protected abstract String |
BfaGraphAction.getGraphCacheId(GraphType whichGraph,
String reqTimePeriod,
boolean hideAborted,
boolean forAllMasters)
Get a unique id used in the caching of the graph. |
Uses of GraphType in com.sonyericsson.jenkins.plugins.bfa.graphs |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa.graphs that return GraphType | |
---|---|
GraphType[] |
ComputerGraphAction.getGraphTypes()
|
GraphType[] |
ProjectGraphAction.getGraphTypes()
|
static GraphType |
GraphType.toEnum(int value)
Maps an integer value to an enum. |
static GraphType |
GraphType.valueOf(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 com.sonyericsson.jenkins.plugins.bfa.graphs with parameters of type GraphType | |
---|---|
protected hudson.util.Graph |
ComputerGraphAction.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean forAllMasters,
Map<String,String> rawReqParams)
|
protected hudson.util.Graph |
ProjectGraphAction.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean forAllMasters,
Map<String,String> rawReqParams)
|
protected String |
ComputerGraphAction.getGraphCacheId(GraphType whichGraph,
String reqTimePeriod,
boolean hideAborted,
boolean forAllMasters)
|
protected String |
ProjectGraphAction.getGraphCacheId(GraphType whichGraph,
String reqTimePeriod,
boolean hideAborted,
boolean forAllMasters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |