| Modifier and Type | Field and Description |
|---|---|
protected List<Label> |
TestResult.labels |
| Modifier and Type | Method and Description |
|---|---|
Label |
ObjectFactory.createLabel()
Create an instance of
Label |
Label |
Label.withName(String value) |
Label |
Label.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Label> |
ObjectFactory.createLabel(Label value)
|
List<Label> |
TestResult.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Label> |
ObjectFactory.createLabel(Label value)
|
TestResult |
TestResult.withLabels(Label... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResult.setLabels(List<Label> labels) |
TestResult |
TestResult.withLabels(Collection<Label> values) |
TestResult |
TestResult.withLabels(List<Label> labels) |
Copyright © 2017 qameta.io. All rights reserved.