Uses of Interface
com.spotify.github.v3.checks.Annotation
-
Packages that use Annotation Package Description com.spotify.github.v3.checks -
-
Uses of Annotation in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement Annotation Modifier and Type Class Description classImmutableAnnotationImmutable implementation ofAnnotation.Methods in com.spotify.github.v3.checks that return Annotation Modifier and Type Method Description default AnnotationAnnotation. check()Automatically validates the maximum length of properties.Methods in com.spotify.github.v3.checks that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>CheckRunOutput. annotations()Adds information from your analysis to specific lines of code.List<Annotation>ImmutableCheckRunOutput. annotations()Adds information from your analysis to specific lines of code.Methods in com.spotify.github.v3.checks with parameters of type Annotation Modifier and Type Method Description ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addAnnotations(Annotation element)Adds one element toannotationslist.ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addAnnotations(Annotation... elements)Adds elements toannotationslist.static ImmutableAnnotationImmutableAnnotation. copyOf(Annotation instance)Creates an immutable copy of aAnnotationvalue.ImmutableAnnotation.BuilderImmutableAnnotation.Builder. from(Annotation instance)Fill a builder with attribute values from the providedAnnotationinstance.ImmutableCheckRunOutputImmutableCheckRunOutput. withAnnotations(Annotation... elements)Copy the current immutable object with elements that replace the content ofannotations.Method parameters in com.spotify.github.v3.checks with type arguments of type Annotation Modifier and Type Method Description ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addAllAnnotations(Iterable<? extends Annotation> elements)Adds elements toannotationslist.ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. annotations(Iterable<? extends Annotation> elements)Sets or replaces all elements forannotationslist.ImmutableCheckRunOutputImmutableCheckRunOutput. withAnnotations(Iterable<? extends Annotation> elements)Copy the current immutable object with elements that replace the content ofannotations.
-