Uses of Interface
com.spotify.github.v3.checks.CheckRunResponse
-
Packages that use CheckRunResponse Package Description com.spotify.github.v3.checks com.spotify.github.v3.clients -
-
Uses of CheckRunResponse in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunResponse Modifier and Type Class Description classImmutableCheckRunResponseImmutable implementation ofCheckRunResponse.Methods in com.spotify.github.v3.checks that return types with arguments of type CheckRunResponse Modifier and Type Method Description List<CheckRunResponse>CheckRunResponseList. checkRuns()CheckRuns list.List<CheckRunResponse>ImmutableCheckRunResponseList. checkRuns()CheckRuns list.Methods in com.spotify.github.v3.checks with parameters of type CheckRunResponse Modifier and Type Method Description ImmutableCheckRunResponseList.BuilderImmutableCheckRunResponseList.Builder. addCheckRuns(CheckRunResponse element)Adds one element tocheckRunslist.ImmutableCheckRunResponseList.BuilderImmutableCheckRunResponseList.Builder. addCheckRuns(CheckRunResponse... elements)Adds elements tocheckRunslist.static ImmutableCheckRunResponseImmutableCheckRunResponse. copyOf(CheckRunResponse instance)Creates an immutable copy of aCheckRunResponsevalue.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. from(CheckRunResponse instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.checks.CheckRunResponseinstance.ImmutableCheckRunResponseListImmutableCheckRunResponseList. withCheckRuns(CheckRunResponse... elements)Copy the current immutable object with elements that replace the content ofcheckRuns.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunResponse Modifier and Type Method Description ImmutableCheckRunResponseList.BuilderImmutableCheckRunResponseList.Builder. addAllCheckRuns(Iterable<? extends CheckRunResponse> elements)Adds elements tocheckRunslist.ImmutableCheckRunResponseList.BuilderImmutableCheckRunResponseList.Builder. checkRuns(Iterable<? extends CheckRunResponse> elements)Sets or replaces all elements forcheckRunslist.ImmutableCheckRunResponseListImmutableCheckRunResponseList. withCheckRuns(Iterable<? extends CheckRunResponse> elements)Copy the current immutable object with elements that replace the content ofcheckRuns. -
Uses of CheckRunResponse in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type CheckRunResponse Modifier and Type Method Description CompletableFuture<CheckRunResponse>ChecksClient. createCheckRun(CheckRunRequest checkRun)Create a checkRun.CompletableFuture<CheckRunResponse>ChecksClient. getCheckRun(int id)Gets a checkRun by id.CompletableFuture<CheckRunResponse>ChecksClient. updateCheckRun(int id, CheckRunRequest checkRun)Updates a checkRun.
-