| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
CodeAnnotation.Type |
CodeAnnotation.getType()
Tells the type of the problem described by this code annotation.
|
static CodeAnnotation.Type |
CodeAnnotation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeAnnotation.Type[] |
CodeAnnotation.Type.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.