Uses of Interface
com.spotify.github.v3.checks.CheckRunAction
-
Packages that use CheckRunAction Package Description com.spotify.github.v3.checks -
-
Uses of CheckRunAction in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement CheckRunAction Modifier and Type Class Description class
ImmutableCheckRunAction
Immutable implementation ofCheckRunAction
.Methods in com.spotify.github.v3.checks that return types with arguments of type CheckRunAction Modifier and Type Method Description List<CheckRunAction>
CheckRunRequest. actions()
The actions list.List<CheckRunAction>
ImmutableCheckRunRequest. actions()
The actions list.Methods in com.spotify.github.v3.checks with parameters of type CheckRunAction Modifier and Type Method Description ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. addActions(CheckRunAction element)
Adds one element toactions
list.ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. addActions(CheckRunAction... elements)
Adds elements toactions
list.static ImmutableCheckRunAction
ImmutableCheckRunAction. copyOf(CheckRunAction instance)
Creates an immutable copy of aCheckRunAction
value.ImmutableCheckRunAction.Builder
ImmutableCheckRunAction.Builder. from(CheckRunAction instance)
Fill a builder with attribute values from the providedCheckRunAction
instance.ImmutableCheckRunRequest
ImmutableCheckRunRequest. withActions(CheckRunAction... elements)
Copy the current immutable object with elements that replace the content ofactions
.Method parameters in com.spotify.github.v3.checks with type arguments of type CheckRunAction Modifier and Type Method Description ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. actions(Iterable<? extends CheckRunAction> elements)
Sets or replaces all elements foractions
list.ImmutableCheckRunRequest.Builder
ImmutableCheckRunRequest.Builder. addAllActions(Iterable<? extends CheckRunAction> elements)
Adds elements toactions
list.ImmutableCheckRunRequest
ImmutableCheckRunRequest. withActions(Iterable<? extends CheckRunAction> elements)
Copy the current immutable object with elements that replace the content ofactions
.
-