| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
CodeAnnotation.Severity |
CodeAnnotation.getSeverity()
Tells how severe the problem described by this code annotation is.
|
static CodeAnnotation.Severity |
CodeAnnotation.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeAnnotation.Severity[] |
CodeAnnotation.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CodeAnnotation(String reportKey,
String externalId,
CodeAnnotation.Severity severity,
String message,
String path,
Integer line,
String link,
CodeAnnotation.Type type) |
Copyright © 2020 Atlassian. All rights reserved.