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 class
ImmutableAnnotation
Immutable implementation ofAnnotation
.Methods in com.spotify.github.v3.checks that return Annotation Modifier and Type Method Description default Annotation
Annotation. 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.Builder
ImmutableCheckRunOutput.Builder. addAnnotations(Annotation element)
Adds one element toannotations
list.ImmutableCheckRunOutput.Builder
ImmutableCheckRunOutput.Builder. addAnnotations(Annotation... elements)
Adds elements toannotations
list.static ImmutableAnnotation
ImmutableAnnotation. copyOf(Annotation instance)
Creates an immutable copy of aAnnotation
value.ImmutableAnnotation.Builder
ImmutableAnnotation.Builder. from(Annotation instance)
Fill a builder with attribute values from the providedAnnotation
instance.ImmutableCheckRunOutput
ImmutableCheckRunOutput. 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.Builder
ImmutableCheckRunOutput.Builder. addAllAnnotations(Iterable<? extends Annotation> elements)
Adds elements toannotations
list.ImmutableCheckRunOutput.Builder
ImmutableCheckRunOutput.Builder. annotations(Iterable<? extends Annotation> elements)
Sets or replaces all elements forannotations
list.ImmutableCheckRunOutput
ImmutableCheckRunOutput. withAnnotations(Iterable<? extends Annotation> elements)
Copy the current immutable object with elements that replace the content ofannotations
.
-