Interface ContainerOperationResult.Operation<T>

All Known Implementing Classes:
ContainerOperationResult.GenericOperation
Enclosing class:
ContainerOperationResult<T>

public static interface ContainerOperationResult.Operation<T>
  • Method Details

    • getType

    • getContainer

      org.jboss.arquillian.container.spi.Container getContainer()
    • hasFailed

      boolean hasFailed()
    • getFailure

      Throwable getFailure()
    • getObject

      T getObject()