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 class
ImmutableApp
Immutable 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.Builder
ImmutableCheckRunResponse.Builder. app(App app)
Initializes the optional valueapp
to app.ImmutableCheckSuite.Builder
ImmutableCheckSuite.Builder. app(App app)
Initializes the optional valueapp
to app.static ImmutableApp
ImmutableApp. copyOf(App instance)
Creates an immutable copy of aApp
value.ImmutableApp.Builder
ImmutableApp.Builder. from(App instance)
Fill a builder with attribute values from the providedApp
instance.ImmutableCheckRunResponse
ImmutableCheckRunResponse. withApp(App value)
Copy the current immutable object by setting a present value for the optionalapp
attribute.ImmutableCheckSuite
ImmutableCheckSuite. withApp(App value)
Copy the current immutable object by setting a present value for the optionalapp
attribute.Method parameters in com.spotify.github.v3.checks with type arguments of type App Modifier and Type Method Description ImmutableCheckRunResponse.Builder
ImmutableCheckRunResponse.Builder. app(Optional<? extends App> app)
Initializes the optional valueapp
to app.ImmutableCheckSuite.Builder
ImmutableCheckSuite.Builder. app(Optional<? extends App> app)
Initializes the optional valueapp
to app.ImmutableCheckRunResponse
ImmutableCheckRunResponse. withApp(Optional<? extends App> optional)
Copy the current immutable object by setting an optional value for theapp
attribute.ImmutableCheckSuite
ImmutableCheckSuite. withApp(Optional<? extends App> optional)
Copy the current immutable object by setting an optional value for theapp
attribute.
-