Class InfluxDbNotifierSchemas.SchemaInfo.V1
java.lang.Object
org.jenkinsci.plugins.githubautostatus.notifiers.InfluxDbNotifierSchemas.SchemaInfo.V1
- All Implemented Interfaces:
InfluxDbNotifierSchemas.SchemaInfo
- Enclosing interface:
InfluxDbNotifierSchemas.SchemaInfo
public static class InfluxDbNotifierSchemas.SchemaInfo.V1
extends Object
implements InfluxDbNotifierSchemas.SchemaInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.githubautostatus.notifiers.InfluxDbNotifierSchemas.SchemaInfo
InfluxDbNotifierSchemas.SchemaInfo.V1, InfluxDbNotifierSchemas.SchemaInfo.V2 -
Constructor Summary
Constructors -
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)
-
Constructor Details
-
V1
public V1()
-
-
Method Details
-
formatJob
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) - Specified by:
formatJobin interfaceInfluxDbNotifierSchemas.SchemaInfo
-
formatStage
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) - Specified by:
formatStagein interfaceInfluxDbNotifierSchemas.SchemaInfo
-
formatCoverage
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) - Specified by:
formatCoveragein interfaceInfluxDbNotifierSchemas.SchemaInfo
-
formatTests
public String formatTests(String jobName, String owner, String repo, String branch, int passed, int skipped, int failed, String buildUrl, int buildNumber, String buildCause) - Specified by:
formatTestsin interfaceInfluxDbNotifierSchemas.SchemaInfo
-
formatTestSuite
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) - Specified by:
formatTestSuitein interfaceInfluxDbNotifierSchemas.SchemaInfo
-
formatTestCase
public 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) - Specified by:
formatTestCasein interfaceInfluxDbNotifierSchemas.SchemaInfo
-