public class Report extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.Result
The result of a report.
|
| Constructor and Description |
|---|
Report(String key,
String title,
Iterable<ReportDataEntry> data,
String details,
String vendor,
String link,
String logoUrl,
Report.Result result) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportDataEntry> |
getData()
Custom data defined by this report.
|
String |
getDetails()
Detail message of the report.
|
String |
getKey()
Unique key of the report.
|
String |
getLink()
URL for the vendor/tool which produced the report.
|
String |
getLogoUrl()
URL of the logo for the vendor/tool which produced the report.
|
Report.Result |
getResult()
Result of the report - whether it failed or passed.
|
String |
getTitle()
Title of the report.
|
String |
getVendor()
Vendor/tool which produced this report.
|
@Nonnull public List<ReportDataEntry> getData()
@Nullable public String getLogoUrl()
@Nullable public Report.Result getResult()
Copyright © 2020 Atlassian. All rights reserved.