@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Repeatable(value=Issues.class) public @interface Issue
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Type (Locator), Short Name (Abbreviation) or Long Name (Defect name) (specified by priority) of an Issue on ReportPortal for
the current project.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
comment
Arbitrary text describing the issue.
|
ExternalIssue[] |
external
Links to External System where this issue is located.
|
TestFilter[] |
filter
For Parameterized and Dynamic tests select certain test for Issue applying using filters by certain criteria.
|
public abstract java.lang.String value
public abstract java.lang.String comment
public abstract ExternalIssue[] external
public abstract TestFilter[] filter