Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.graphs |
Modifier and Type | Method and Description |
---|---|
GraphType[] |
CauseManagement.getGraphTypes() |
abstract GraphType[] |
BfaGraphAction.getGraphTypes()
Returns an array of
GraphType s, where each element represents
a graph. |
Modifier and Type | Method and Description |
---|---|
protected Graph |
CauseManagement.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean forAllMasters,
Map<String,String> rawReqParams) |
protected abstract 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Graph |
ComputerGraphAction.getGraph(GraphType which,
Date timePeriod,
boolean hideManAborted,
boolean forAllMasters,
Map<String,String> rawReqParams) |
protected 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) |
Copyright © 2016–2019. All rights reserved.