| Modifier and Type | Method and Description |
|---|---|
Verifier.Scope |
ImmutableResult.getScope() |
Verifier.Scope |
Verifier.Result.getScope() |
static Verifier.Scope |
Verifier.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verifier.Scope[] |
Verifier.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableResult.Builder |
ImmutableResult.Builder.scope(Verifier.Scope scope)
Initializes the value for the
scope attribute. |
Verifier.Result |
LocalProcessVerifier.verify(Connector connector,
Verifier.Scope scope,
Map<String,String> props) |
ImmutableResult |
ImmutableResult.withScope(Verifier.Scope value)
Copy the current immutable object by setting a value for the
scope attribute. |
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.