Uses of Interface
com.spotify.github.v3.checks.CheckRunImage
-
Packages that use CheckRunImage Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunImage in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunImage Modifier and Type Class Description classImmutableCheckRunImageImmutable implementation ofCheckRunImage.Methods in com.spotify.github.v3.checks that return types with arguments of type CheckRunImage Modifier and Type Method Description List<CheckRunImage>CheckRunOutput. images()Adds images to the output displayed in the GitHub pull request UI.List<CheckRunImage>ImmutableCheckRunOutput. images()Adds images to the output displayed in the GitHub pull request UI.Methods in com.spotify.github.v3.checks with parameters of type CheckRunImage Modifier and Type Method Description ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addImages(CheckRunImage element)Adds one element toimageslist.ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addImages(CheckRunImage... elements)Adds elements toimageslist.static ImmutableCheckRunImageImmutableCheckRunImage. copyOf(CheckRunImage instance)Creates an immutable copy of aCheckRunImagevalue.ImmutableCheckRunImage.BuilderImmutableCheckRunImage.Builder. from(CheckRunImage instance)Fill a builder with attribute values from the providedCheckRunImageinstance.ImmutableCheckRunOutputImmutableCheckRunOutput. withImages(CheckRunImage... elements)Copy the current immutable object with elements that replace the content ofimages.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunImage Modifier and Type Method Description ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. addAllImages(Iterable<? extends CheckRunImage> elements)Adds elements toimageslist.ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. images(Iterable<? extends CheckRunImage> elements)Sets or replaces all elements forimageslist.ImmutableCheckRunOutputImmutableCheckRunOutput. withImages(Iterable<? extends CheckRunImage> elements)Copy the current immutable object with elements that replace the content ofimages.
-