Package jenkins.plugins.util
Class StoreUtil
java.lang.Object
jenkins.plugins.util.StoreUtil
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getGraphFilename
(Class metricType) static String
getPropertyFilename
(Class metricType) static void
storeBuildMessages
(File storeFile, Run build) static void
storeBuildMetric
(Class metricType, Run run, AggregateBuildMetric... buildMetrics) static void
storeGraph
(Class metricType, Run run, org.jfree.chart.JFreeChart chart)
-
Field Details
-
MTTR_PROPERTY_FILE
- See Also:
-
MTTF_PROPERTY_FILE
- See Also:
-
STDDEV_PROPERTY_FILE
- See Also:
-
MTTR_GRAPH_FILE
- See Also:
-
MTTF_GRAPH_FILE
- See Also:
-
STDDEV_GRAPH_FILE
- See Also:
-
UTF_8
- See Also:
-
-
Constructor Details
-
StoreUtil
public StoreUtil()
-
-
Method Details
-
storeBuildMessages
-
storeBuildMetric
public static void storeBuildMetric(Class metricType, Run run, AggregateBuildMetric... buildMetrics) -
storeGraph
-
getPropertyFilename
-
getGraphFilename
-