public class StandardDeviationMetric extends Object implements AggregateBuildMetric
Modifier and Type | Class and Description |
---|---|
static class |
StandardDeviationMetric.Builder |
Constructor and Description |
---|
StandardDeviationMetric(String name,
List<BuildMessage> messages) |
Modifier and Type | Method and Description |
---|---|
long |
calculateMetric() |
String |
getName() |
int |
getOccurences() |
static StandardDeviationMetric.Builder |
newBuilderFor(String name) |
public StandardDeviationMetric(String name, List<BuildMessage> messages)
public int getOccurences()
getOccurences
in interface AggregateBuildMetric
public long calculateMetric()
calculateMetric
in interface AggregateBuildMetric
public String getName()
getName
in interface AggregateBuildMetric
public static StandardDeviationMetric.Builder newBuilderFor(String name)
Copyright © 2016–2023. All rights reserved.