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 class
ImmutableCheckRunOutput
Immutable implementation ofCheckRunOutput
.Methods in com.spotify.github.v3.checks that return CheckRunOutput Modifier and Type Method Description CheckRunOutput
CheckRunResponse. output()
The check run output.CheckRunOutput
ImmutableCheckRunResponse. 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 ImmutableCheckRunOutput
ImmutableCheckRunOutput. copyOf(CheckRunOutput instance)
Creates an immutable copy of aCheckRunOutput
value.ImmutableCheckRunOutput.Builder
ImmutableCheckRunOutput.Builder. from(CheckRunOutput instance)
Fill a builder with attribute values from the providedCheckRunOutput
instance.ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. output(CheckRunOutput output)
Initializes the optional valueoutput
to output.ImmutableCheckRunResponse.Builder
ImmutableCheckRunResponse.Builder. output(CheckRunOutput output)
Initializes the value for theoutput
attribute.ImmutableCheckRunRequest
ImmutableCheckRunRequest. withOutput(CheckRunOutput value)
Copy the current immutable object by setting a present value for the optionaloutput
attribute.ImmutableCheckRunResponse
ImmutableCheckRunResponse. withOutput(CheckRunOutput value)
Copy the current immutable object by setting a value for theoutput
attribute.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunOutput Modifier and Type Method Description ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. output(Optional<? extends CheckRunOutput> output)
Initializes the optional valueoutput
to output.ImmutableCheckRunRequest
ImmutableCheckRunRequest. withOutput(Optional<? extends CheckRunOutput> optional)
Copy the current immutable object by setting an optional value for theoutput
attribute.
-