Uses of Interface
com.spotify.github.v3.checks.CheckRunOutput
-
Packages that use CheckRunOutput Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunOutput in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunOutput Modifier and Type Class Description classImmutableCheckRunOutputImmutable implementation ofCheckRunOutput.Methods in com.spotify.github.v3.checks that return CheckRunOutput Modifier and Type Method Description CheckRunOutputCheckRunResponse. output()The check run output.CheckRunOutputImmutableCheckRunResponse. output()The check run output.Methods in com.spotify.github.v3.checks that return types with arguments of type CheckRunOutput Modifier and Type Method Description Optional<CheckRunOutput>CheckRunRequest. output()The check run output.Optional<CheckRunOutput>ImmutableCheckRunRequest. output()The check run output.Methods in com.spotify.github.v3.checks with parameters of type CheckRunOutput Modifier and Type Method Description static ImmutableCheckRunOutputImmutableCheckRunOutput. copyOf(CheckRunOutput instance)Creates an immutable copy of aCheckRunOutputvalue.ImmutableCheckRunOutput.BuilderImmutableCheckRunOutput.Builder. from(CheckRunOutput instance)Fill a builder with attribute values from the providedCheckRunOutputinstance.ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. output(CheckRunOutput output)Initializes the optional valueoutputto output.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. output(CheckRunOutput output)Initializes the value for theoutputattribute.ImmutableCheckRunRequestImmutableCheckRunRequest. withOutput(CheckRunOutput value)Copy the current immutable object by setting a present value for the optionaloutputattribute.ImmutableCheckRunResponseImmutableCheckRunResponse. withOutput(CheckRunOutput value)Copy the current immutable object by setting a value for theoutputattribute.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunOutput Modifier and Type Method Description ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. output(Optional<? extends CheckRunOutput> output)Initializes the optional valueoutputto output.ImmutableCheckRunRequestImmutableCheckRunRequest. withOutput(Optional<? extends CheckRunOutput> optional)Copy the current immutable object by setting an optional value for theoutputattribute.
-