Uses of Enum
org.kohsuke.github.GHCheckRun.AnnotationLevel
-
Uses of GHCheckRun.AnnotationLevel in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHCheckRun.AnnotationLevel
Returns the enum constant of this type with the specified name.static GHCheckRun.AnnotationLevel[]
GHCheckRun.AnnotationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionAnnotation
(String path, int startLine, int endLine, GHCheckRun.AnnotationLevel annotationLevel, String message) Instantiates a new annotation.Annotation
(String path, int line, GHCheckRun.AnnotationLevel annotationLevel, String message) Instantiates a new annotation.