Uses of Interface
com.spotify.github.v3.checks.CheckRunRequest
-
Packages that use CheckRunRequest Package Description com.spotify.github.v3.checks com.spotify.github.v3.clients -
-
Uses of CheckRunRequest in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunRequest Modifier and Type Class Description classImmutableCheckRunRequestImmutable implementation ofCheckRunRequest.Methods in com.spotify.github.v3.checks with parameters of type CheckRunRequest Modifier and Type Method Description static ImmutableCheckRunRequestImmutableCheckRunRequest. copyOf(CheckRunRequest instance)Creates an immutable copy of aCheckRunRequestvalue.ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. from(CheckRunRequest instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunRequestinstance. -
Uses of CheckRunRequest in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type CheckRunRequest Modifier and Type Method Description CompletableFuture<CheckRunResponse>ChecksClient. createCheckRun(CheckRunRequest checkRun)Create a checkRun.CompletableFuture<CheckRunResponse>ChecksClient. updateCheckRun(long id, CheckRunRequest checkRun)Updates a checkRun.
-