|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyclomaticComplexityReducer.Mode | |
---|---|
org.hackystat.telemetry.analyzer.reducer.impl | Provides the pre-defined telemetry reducer definitions. |
Uses of CyclomaticComplexityReducer.Mode in org.hackystat.telemetry.analyzer.reducer.impl |
---|
Methods in org.hackystat.telemetry.analyzer.reducer.impl that return CyclomaticComplexityReducer.Mode | |
---|---|
static CyclomaticComplexityReducer.Mode |
CyclomaticComplexityReducer.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CyclomaticComplexityReducer.Mode[] |
CyclomaticComplexityReducer.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hackystat.telemetry.analyzer.reducer.impl with parameters of type CyclomaticComplexityReducer.Mode | |
---|---|
(package private) java.lang.Double |
CyclomaticComplexityReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient,
org.hackystat.sensorbase.resource.projects.jaxb.Project project,
org.hackystat.utilities.time.period.Day startDay,
org.hackystat.utilities.time.period.Day endDay,
CyclomaticComplexityReducer.Mode mode,
int threshold,
java.lang.String tool)
Returns a Complexity value for the specified time interval, or null if no SensorData. |
(package private) TelemetryStream |
CyclomaticComplexityReducer.getStream(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient,
org.hackystat.sensorbase.resource.projects.jaxb.Project project,
org.hackystat.utilities.time.interval.Interval interval,
CyclomaticComplexityReducer.Mode mode,
int threshold,
java.lang.String tool,
java.lang.Object streamTagValue)
Gets the telemetry stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |