Class ContextManagerBuilder

java.lang.Object
org.jboss.as.arquillian.service.ContextManagerBuilder

public class ContextManagerBuilder extends Object
Author:
Stuart Douglas, Andrew Lee Rubinger
  • Method Details

    • add

      public ContextManagerBuilder add(org.jboss.as.server.deployment.SetupAction action)
      Adds a SetupAction to the builder. This action will be run by the ContextManager in the order it was added to the builder.
      Parameters:
      action - The SetupAction to add to the builder
      Returns:
      this
    • addAll

      public ContextManagerBuilder addAll(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
    • build

      public ContextManager build()