| Package | Description |
|---|---|
| io.jenkins.plugins.gcr | |
| io.jenkins.plugins.gcr.build | |
| io.jenkins.plugins.gcr.workflow |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOption |
GithubCoveragePublisher.getComparisonOption() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GithubCoveragePublisher.publishCoverage(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
hudson.EnvVars env,
String filepath,
String coverageXmlType,
ComparisonOption comparisonOption,
String coverageRateType,
org.apache.commons.lang.mutable.MutableBoolean codeCoverageAchieved) |
void |
GithubCoveragePublisher.setComparisonOption(ComparisonOption comparisonOption) |
| Constructor and Description |
|---|
GithubCoveragePublisher(String filepath,
String coverageXmlType,
String coverageRateType,
ComparisonOption comparisonOption) |
| Modifier and Type | Method and Description |
|---|---|
CoverageReportAction |
BuildStepService.generateCoverageReport(hudson.FilePath filepath,
ComparisonOption comparisonOption,
String coverageXmlType,
String coverageRateType) |
Coverage |
BuildStepService.getExpectedCoverage(ComparisonOption comparisonOption) |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOption |
PublishCoverageStep.getComparisonOption() |
| Constructor and Description |
|---|
PublishCoverageStep(String filepath,
String coverageXmlType,
String coverageRateType,
ComparisonOption comparisonOption) |
Copyright © 2016–2021. All rights reserved.