Uses of Interface
com.spotify.github.v3.checks.CheckRunBase
-
Packages that use CheckRunBase Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunBase in com.spotify.github.v3.checks
Subinterfaces of CheckRunBase in com.spotify.github.v3.checks Modifier and Type Interface Description interface
CheckRunRequest
Github CheckRuninterface
CheckRunResponse
The CheckRun response resource.Classes in com.spotify.github.v3.checks that implement CheckRunBase Modifier and Type Class Description class
ImmutableCheckRunRequest
Immutable implementation ofCheckRunRequest
.class
ImmutableCheckRunResponse
Immutable implementation ofCheckRunResponse
.Methods in com.spotify.github.v3.checks with parameters of type CheckRunBase Modifier and Type Method Description ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. from(CheckRunBase instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunBase
instance.ImmutableCheckRunResponse.Builder
ImmutableCheckRunResponse.Builder. from(CheckRunBase instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunBase
instance.
-