public static class InfluxDbNotifierSchemas.SchemaInfo.V1 extends Object implements InfluxDbNotifierSchemas.SchemaInfo
InfluxDbNotifierSchemas.SchemaInfo.V1, InfluxDbNotifierSchemas.SchemaInfo.V2
Constructor and Description |
---|
V1() |
Modifier and Type | Method and Description |
---|---|
String |
formatCoverage(String jobName,
String owner,
String repo,
String branch,
float classes,
float conditionals,
float files,
float lines,
float methods,
float packages,
float instructions,
String buildUrl,
int buildNumber,
String buildCause) |
String |
formatJob(String jobName,
String owner,
String repo,
String branch,
String result,
int blocked,
long jobtime,
long blockedtime,
int passed,
String buildUrl,
int buildNumber,
String buildCause) |
String |
formatStage(String jobName,
String owner,
String repo,
String branch,
String stageName,
String result,
long stageTime,
int passed,
String buildUrl,
int buildNumber,
String buildCause) |
String |
formatTestCase(String jobName,
String owner,
String repo,
String branch,
String suite,
String testCase,
int passed,
int skipped,
int failed,
String buildUrl,
int buildNumber,
String buildCause) |
String |
formatTests(String jobName,
String owner,
String repo,
String branch,
int passed,
int skipped,
int failed,
String buildUrl,
int buildNumber,
String buildCause) |
String |
formatTestSuite(String jobName,
String owner,
String repo,
String branch,
String suite,
float duration,
int passed,
int skipped,
int failed,
String buildUrl,
int buildNumber,
String buildCause) |
public String formatJob(String jobName, String owner, String repo, String branch, String result, int blocked, long jobtime, long blockedtime, int passed, String buildUrl, int buildNumber, String buildCause)
formatJob
in interface InfluxDbNotifierSchemas.SchemaInfo
public String formatStage(String jobName, String owner, String repo, String branch, String stageName, String result, long stageTime, int passed, String buildUrl, int buildNumber, String buildCause)
formatStage
in interface InfluxDbNotifierSchemas.SchemaInfo
public String formatCoverage(String jobName, String owner, String repo, String branch, float classes, float conditionals, float files, float lines, float methods, float packages, float instructions, String buildUrl, int buildNumber, String buildCause)
formatCoverage
in interface InfluxDbNotifierSchemas.SchemaInfo
public String formatTests(String jobName, String owner, String repo, String branch, int passed, int skipped, int failed, String buildUrl, int buildNumber, String buildCause)
formatTests
in interface InfluxDbNotifierSchemas.SchemaInfo
public String formatTestSuite(String jobName, String owner, String repo, String branch, String suite, float duration, int passed, int skipped, int failed, String buildUrl, int buildNumber, String buildCause)
formatTestSuite
in interface InfluxDbNotifierSchemas.SchemaInfo
Copyright © 2016–2020. All rights reserved.