Uses of Class
com.spotify.github.v3.checks.CheckRunStatus
-
Packages that use CheckRunStatus Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunStatus in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return CheckRunStatus Modifier and Type Method Description CheckRunStatusCheckRunBase. status()The current status.CheckRunStatusImmutableCheckRunRequest. status()The current status.CheckRunStatusImmutableCheckRunResponse. status()The current status.static CheckRunStatusCheckRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckRunStatus[]CheckRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.github.v3.checks with parameters of type CheckRunStatus Modifier and Type Method Description ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. status(CheckRunStatus status)Initializes the value for thestatusattribute.ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. status(CheckRunStatus status)Initializes the value for thestatusattribute.ImmutableCheckRunRequestImmutableCheckRunRequest. withStatus(CheckRunStatus value)Copy the current immutable object by setting a value for thestatusattribute.ImmutableCheckRunResponseImmutableCheckRunResponse. withStatus(CheckRunStatus value)Copy the current immutable object by setting a value for thestatusattribute.
-