public class WarningAnnotation extends Object implements WhitelistedSerializable
Modifier and Type | Class and Description |
---|---|
static class |
WarningAnnotation.Builder |
static class |
WarningAnnotation.Severity |
Modifier and Type | Method and Description |
---|---|
static WarningAnnotation.Builder |
builder() |
String |
getCategory() |
String |
getFileName() |
Integer |
getLineNumber() |
String |
getMessage() |
Long |
getRepositoryId() |
WarningAnnotation.Severity |
getSeverity() |
String |
getSource()
Human readable name of the warning origin (e.g.
|
public static WarningAnnotation.Builder builder()
@NotNull public WarningAnnotation.Severity getSeverity()
public Long getRepositoryId()
public String getFileName()
public Integer getLineNumber()
public String getMessage()
public String getCategory()
public String getSource()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.