| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableResult
Immutable implementation of
Verifier.Result. |
| Modifier and Type | Method and Description |
|---|---|
Verifier.Result |
LocalProcessVerifier.verify(io.syndesis.model.connection.Connector connector,
Verifier.Scope scope,
Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
List<Verifier.Result> |
Verifier.verify(String connectorId,
Map<String,String> parameters)
Verify a connector
|
List<Verifier.Result> |
ExternalVerifierService.verify(String connectorId,
Map<String,String> options) |
List<Verifier.Result> |
AlwaysOkVerifier.verify(String connectorId,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableResult |
ImmutableResult.copyOf(Verifier.Result instance)
Creates an immutable copy of a
Verifier.Result value. |
ImmutableResult.Builder |
ImmutableResult.Builder.from(Verifier.Result instance)
Fill a builder with attribute values from the provided
Result instance. |
Copyright © 2016–2017 Red Hat. All rights reserved.