Uses of Interface
com.spotify.github.v3.checks.App
-
Packages that use App Package Description com.spotify.github.v3.checks -
-
Uses of App in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement App Modifier and Type Class Description classImmutableAppImmutable implementation ofApp.Methods in com.spotify.github.v3.checks that return types with arguments of type App Modifier and Type Method Description Optional<App>CheckRunResponse. app()App which this check ran.Optional<App>CheckSuite. app()Optional<App>ImmutableCheckRunResponse. app()App which this check ran.Optional<App>ImmutableCheckSuite. app()Methods in com.spotify.github.v3.checks with parameters of type App Modifier and Type Method Description ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. app(App app)Initializes the optional valueappto app.ImmutableCheckSuite.BuilderImmutableCheckSuite.Builder. app(App app)Initializes the optional valueappto app.static ImmutableAppImmutableApp. copyOf(App instance)Creates an immutable copy of aAppvalue.ImmutableApp.BuilderImmutableApp.Builder. from(App instance)Fill a builder with attribute values from the providedAppinstance.ImmutableCheckRunResponseImmutableCheckRunResponse. withApp(App value)Copy the current immutable object by setting a present value for the optionalappattribute.ImmutableCheckSuiteImmutableCheckSuite. withApp(App value)Copy the current immutable object by setting a present value for the optionalappattribute.Method parameters in com.spotify.github.v3.checks with type arguments of type App Modifier and Type Method Description ImmutableCheckRunResponse.BuilderImmutableCheckRunResponse.Builder. app(Optional<? extends App> app)Initializes the optional valueappto app.ImmutableCheckSuite.BuilderImmutableCheckSuite.Builder. app(Optional<? extends App> app)Initializes the optional valueappto app.ImmutableCheckRunResponseImmutableCheckRunResponse. withApp(Optional<? extends App> optional)Copy the current immutable object by setting an optional value for theappattribute.ImmutableCheckSuiteImmutableCheckSuite. withApp(Optional<? extends App> optional)Copy the current immutable object by setting an optional value for theappattribute.
-