Package de.dagere.peass.ci.persistence
Class TrendFileUtil
- java.lang.Object
-
- de.dagere.peass.ci.persistence.TrendFileUtil
-
public class TrendFileUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TREND_FILE_NAME
-
Constructor Summary
Constructors Constructor Description TrendFileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
persistTrend(Run<?,?> run, File localWorkspace, de.dagere.peass.analysis.measurement.ProjectStatistics statistics)
static BuildMeasurementValues
readMeasurementValues(File localWorkspace)
-
-
-
Field Detail
-
TREND_FILE_NAME
public static final String TREND_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
persistTrend
public static void persistTrend(Run<?,?> run, File localWorkspace, de.dagere.peass.analysis.measurement.ProjectStatistics statistics)
-
readMeasurementValues
public static BuildMeasurementValues readMeasurementValues(File localWorkspace) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException, InterruptedException
- Throws:
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
InterruptedException
-
-