Uses of Class
org.kohsuke.github.GHCheckRun.AnnotationLevel
-
Packages that use GHCheckRun.AnnotationLevel Package Description org.kohsuke.github -
-
Uses of GHCheckRun.AnnotationLevel in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.AnnotationLevel Modifier and Type Method Description static GHCheckRun.AnnotationLevelGHCheckRun.AnnotationLevel. valueOf(String name)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.Constructors in org.kohsuke.github with parameters of type GHCheckRun.AnnotationLevel Constructor Description Annotation(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.
-