Uses of Class
jenkins.plugins.model.BuildMessage
Packages that use BuildMessage
-
Uses of BuildMessage in jenkins.plugins.model
Methods in jenkins.plugins.model with parameters of type BuildMessageModifier and TypeMethodDescriptionvoid
StandardDeviationMetric.Builder.addMessage
(BuildMessage message) int
BuildMessage.compare
(BuildMessage message1, BuildMessage message2) int
BuildMessage.compareTo
(BuildMessage message) Constructor parameters in jenkins.plugins.model with type arguments of type BuildMessageModifierConstructorDescriptionMTTFMetric
(String metricName, List<BuildMessage> builds) MTTRMetric
(String name, List<BuildMessage> builds) StandardDeviationMetric
(String name, List<BuildMessage> messages) -
Uses of BuildMessage in jenkins.plugins.util
Methods in jenkins.plugins.util that return types with arguments of type BuildMessageModifier and TypeMethodDescriptionstatic List<BuildMessage>
ReadUtil.getBuildMessageFrom
(File storeFile) Method parameters in jenkins.plugins.util with type arguments of type BuildMessageModifier and TypeMethodDescriptionstatic org.jfree.chart.JFreeChart
GraphUtil.generateStdDevGraph
(String title, List<BuildMessage> buildMessages)