| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
Report.Result |
Report.getResult()
Result of the report - whether it failed or passed.
|
static Report.Result |
Report.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.Result[] |
Report.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Report(String key,
String title,
Iterable<ReportDataEntry> data,
String details,
String vendor,
String link,
String logoUrl,
Report.Result result) |
Copyright © 2020 Atlassian. All rights reserved.