public final enum

AnnotationSeverity

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.codeinsights.annotation.AnnotationSeverity

Class Overview

Detailing the severity of an annotation. The semantic meaning of what the severity means is defined by the tool producing the annotation.

Summary

Enum Values
AnnotationSeverity  HIGH   
AnnotationSeverity  LOW   
AnnotationSeverity  MEDIUM   
Public Methods
@Nonnull static Optional<AnnotationSeverity> fromId(int id)
int getId()
static AnnotationSeverity valueOf(String name)
final static AnnotationSeverity[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AnnotationSeverity HIGH

public static final AnnotationSeverity LOW

public static final AnnotationSeverity MEDIUM

Public Methods

@Nonnull public static Optional<AnnotationSeverity> fromId (int id)

public int getId ()

public static AnnotationSeverity valueOf (String name)

public static final AnnotationSeverity[] values ()