Interface InfluxDbNotifierSchemas.SchemaInfo
- All Known Implementing Classes:
InfluxDbNotifierSchemas.SchemaInfo.V1,InfluxDbNotifierSchemas.SchemaInfo.V2
- Enclosing class:
InfluxDbNotifierSchemas
public static interface InfluxDbNotifierSchemas.SchemaInfo
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionformatCoverage(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) 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) formatStage(String jobName, String owner, String repo, String branch, String stageName, String result, long stageTime, int passed, String buildUrl, int buildNumber, String buildCause) 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) formatTests(String jobName, String owner, String repo, String branch, int passed, int skipped, int failed, String buildUrl, int buildNumber, String buildCause) 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)
-
Method Details
-
formatJob
-
formatStage
-
formatCoverage
-
formatTests
-
formatTestSuite
-
formatTestCase
-