Uses of Interface
com.spotify.github.v3.checks.CheckRunResponseList
-
Packages that use CheckRunResponseList Package Description com.spotify.github.v3.checks com.spotify.github.v3.clients -
-
Uses of CheckRunResponseList in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunResponseList Modifier and Type Class Description classImmutableCheckRunResponseListImmutable implementation ofCheckRunResponseList.Methods in com.spotify.github.v3.checks with parameters of type CheckRunResponseList Modifier and Type Method Description static ImmutableCheckRunResponseListImmutableCheckRunResponseList. copyOf(CheckRunResponseList instance)Creates an immutable copy of aCheckRunResponseListvalue.ImmutableCheckRunResponseList.BuilderImmutableCheckRunResponseList.Builder. from(CheckRunResponseList instance)Fill a builder with attribute values from the providedCheckRunResponseListinstance. -
Uses of CheckRunResponseList in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type CheckRunResponseList Modifier and Type Method Description CompletableFuture<CheckRunResponseList>ChecksClient. getCheckRuns(String ref)List checkRuns for a given ref.
-