Uses of Enum Class
com.atlassian.bitbucket.codeinsights.annotation.AnnotationSeverity
Packages that use AnnotationSeverity
- 
Uses of AnnotationSeverity in com.atlassian.bitbucket.codeinsights.annotationMethods in com.atlassian.bitbucket.codeinsights.annotation that return AnnotationSeverityModifier and TypeMethodDescriptionInsightAnnotation.getSeverity()The severity of the annotation.SingleAddInsightAnnotationRequest.getSeverity()static AnnotationSeverityReturns the enum constant of this class with the specified name.static AnnotationSeverity[]AnnotationSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.codeinsights.annotation that return types with arguments of type AnnotationSeverityModifier and TypeMethodDescriptionstatic Optional<AnnotationSeverity> AnnotationSeverity.fromId(int id) SearchAnnotationRequest.getSeverities()Methods in com.atlassian.bitbucket.codeinsights.annotation with parameters of type AnnotationSeverityModifier and TypeMethodDescriptionSearchAnnotationRequest.Builder.severity(AnnotationSeverity value) Add the given severity to the builder.SingleAddInsightAnnotationRequest.Builder.severity(AnnotationSeverity value) Set the severity for this annotation.Method parameters in com.atlassian.bitbucket.codeinsights.annotation with type arguments of type AnnotationSeverityModifier and TypeMethodDescriptionSearchAnnotationRequest.Builder.severities(Iterable<AnnotationSeverity> values) Add all the severities to the builder.