Uses of Class
com.spotify.github.v3.checks.CheckRunConclusion
-
Packages that use CheckRunConclusion Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunConclusion in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return CheckRunConclusion Modifier and Type Method Description static CheckRunConclusionCheckRunConclusion. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckRunConclusion[]CheckRunConclusion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.github.v3.checks that return types with arguments of type CheckRunConclusion Modifier and Type Method Description Optional<CheckRunConclusion>CheckRunBase. conclusion()The final conclusion of the check.Optional<CheckRunConclusion>ImmutableCheckRunRequest. conclusion()The final conclusion of the check.Optional<CheckRunConclusion>ImmutableCheckRunResponse. conclusion()The final conclusion of the check.Methods in com.spotify.github.v3.checks with parameters of type CheckRunConclusion Modifier and Type Method Description ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. conclusion(CheckRunConclusion conclusion)Initializes the optional valueconclusionto conclusion.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. conclusion(CheckRunConclusion conclusion)Initializes the optional valueconclusionto conclusion.ImmutableCheckRunRequestImmutableCheckRunRequest. withConclusion(CheckRunConclusion value)Copy the current immutable object by setting a present value for the optionalconclusionattribute.ImmutableCheckRunResponseImmutableCheckRunResponse. withConclusion(CheckRunConclusion value)Copy the current immutable object by setting a present value for the optionalconclusionattribute.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunConclusion Modifier and Type Method Description ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. conclusion(Optional<? extends CheckRunConclusion> conclusion)Initializes the optional valueconclusionto conclusion.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. conclusion(Optional<? extends CheckRunConclusion> conclusion)Initializes the optional valueconclusionto conclusion.ImmutableCheckRunRequestImmutableCheckRunRequest. withConclusion(Optional<? extends CheckRunConclusion> optional)Copy the current immutable object by setting an optional value for theconclusionattribute.ImmutableCheckRunResponseImmutableCheckRunResponse. withConclusion(Optional<? extends CheckRunConclusion> optional)Copy the current immutable object by setting an optional value for theconclusionattribute.
-