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 classImmutableCheckRunActionImmutable 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.BuilderImmutableCheckRunRequest.Builder. addActions(CheckRunAction element)Adds one element toactionslist.ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. addActions(CheckRunAction... elements)Adds elements toactionslist.static ImmutableCheckRunActionImmutableCheckRunAction. copyOf(CheckRunAction instance)Creates an immutable copy of aCheckRunActionvalue.ImmutableCheckRunAction.BuilderImmutableCheckRunAction.Builder. from(CheckRunAction instance)Fill a builder with attribute values from the providedCheckRunActioninstance.ImmutableCheckRunRequestImmutableCheckRunRequest. 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.BuilderImmutableCheckRunRequest.Builder. actions(Iterable<? extends CheckRunAction> elements)Sets or replaces all elements foractionslist.ImmutableCheckRunRequest.BuilderImmutableCheckRunRequest.Builder. addAllActions(Iterable<? extends CheckRunAction> elements)Adds elements toactionslist.ImmutableCheckRunRequestImmutableCheckRunRequest. withActions(Iterable<? extends CheckRunAction> elements)Copy the current immutable object with elements that replace the content ofactions.
-