Package | Description |
---|---|
org.jboss.arquillian.container.impl.client.container |
Modifier and Type | Method and Description |
---|---|
ContainerOperationResult.Type |
ContainerOperationResult.Operation.getType() |
ContainerOperationResult.Type |
ContainerOperationResult.GenericOperation.getType() |
static ContainerOperationResult.Type |
ContainerOperationResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerOperationResult.Type[] |
ContainerOperationResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GenericOperation(ContainerOperationResult.Type type,
Container contianer) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception,
X object) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
X object) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.