Uses of Enum
org.kohsuke.github.GHCheckRun.AnnotationLevel
Packages that use GHCheckRun.AnnotationLevel
-
Uses of GHCheckRun.AnnotationLevel in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.AnnotationLevelModifier and TypeMethodDescriptionstatic GHCheckRun.AnnotationLevelReturns 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.Constructors in org.kohsuke.github with parameters of type GHCheckRun.AnnotationLevelModifierConstructorDescriptionAnnotation(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.