public interface V1alpha1PipelineTestReportSummaryFluent<A extends V1alpha1PipelineTestReportSummaryFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Long |
getExistingFailed() |
Long |
getFailed() |
Long |
getFixed() |
Long |
getPassed() |
Long |
getRegressions() |
Long |
getSkipped() |
Long |
getTotal() |
Boolean |
hasExistingFailed() |
Boolean |
hasFailed() |
Boolean |
hasFixed() |
Boolean |
hasPassed() |
Boolean |
hasRegressions() |
Boolean |
hasSkipped() |
Boolean |
hasTotal() |
A |
withExistingFailed(Long existingFailed) |
A |
withFailed(Long failed) |
A |
withFixed(Long fixed) |
A |
withPassed(Long passed) |
A |
withRegressions(Long regressions) |
A |
withSkipped(Long skipped) |
A |
withTotal(Long total) |
Long getExistingFailed()
Boolean hasExistingFailed()
Long getFailed()
Boolean hasFailed()
Long getFixed()
Boolean hasFixed()
Long getPassed()
Boolean hasPassed()
Long getRegressions()
Boolean hasRegressions()
Long getSkipped()
Boolean hasSkipped()
Long getTotal()
Boolean hasTotal()
Copyright © 2020. All rights reserved.