public class ArestocatsDataRecorder extends Object
| Constructor and Description |
|---|
ArestocatsDataRecorder() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
recordMetricsData(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
String metricsDatafilesPattern) |
Integer |
recordResultsAndMetrics(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
String resultsDatafilesPattern,
String metricsDatafilesPattern) |
Integer |
recordResultsData(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
String resultsDatafilesPattern) |
public Integer recordResultsAndMetrics(hudson.model.Run<?,?> build, hudson.FilePath workspace, String resultsDatafilesPattern, String metricsDatafilesPattern) throws IOException, InterruptedException
build - workspace - resultsDatafilesPattern - metricsDatafilesPattern - IOExceptionInterruptedExceptionpublic Integer recordMetricsData(hudson.model.Run<?,?> build, hudson.FilePath workspace, String metricsDatafilesPattern) throws IOException, InterruptedException
build - workspace - metricsDatafilesPattern - IOExceptionInterruptedExceptionpublic Integer recordResultsData(hudson.model.Run<?,?> build, hudson.FilePath workspace, String resultsDatafilesPattern) throws IOException, InterruptedException
build - workspace - resultsDatafilesPattern - IOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.