Package jenkins.plugins.util
Class StoreUtil
java.lang.Object
jenkins.plugins.util.StoreUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetGraphFilename(Class metricType) static StringgetPropertyFilename(Class metricType) static voidstoreBuildMessages(File storeFile, Run build) static voidstoreBuildMetric(Class metricType, Run run, AggregateBuildMetric... buildMetrics) static voidstoreGraph(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
-