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 class
ImmutableCheckRunRequest
Immutable implementation ofCheckRunRequest
.Methods in com.spotify.github.v3.checks with parameters of type CheckRunRequest Modifier and Type Method Description static ImmutableCheckRunRequest
ImmutableCheckRunRequest. copyOf(CheckRunRequest instance)
Creates an immutable copy of aCheckRunRequest
value.ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. from(CheckRunRequest instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunRequest
instance. -
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(int id, CheckRunRequest checkRun)
Updates a checkRun.
-