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 interfaceCheckRunRequestGithub CheckRuninterfaceCheckRunResponseThe CheckRun response resource.Classes in com.spotify.github.v3.checks that implement CheckRunBase Modifier and Type Class Description classImmutableCheckRunRequestImmutable implementation ofCheckRunRequest.classImmutableCheckRunResponseImmutable implementation ofCheckRunResponse.Methods in com.spotify.github.v3.checks with parameters of type CheckRunBase Modifier and Type Method Description ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. from(CheckRunBase instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunBaseinstance.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. from(CheckRunBase instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunBaseinstance.
-