ModelTestKernelServicesImpl(org.jboss.msc.service.ServiceContainer container,
ModelTestModelControllerService controllerService,
StringConfigurationPersister persister,
org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration,
org.jboss.as.controller.operations.validation.OperationValidator operationValidator,
org.jboss.as.controller.ModelVersion legacyModelVersion,
boolean successfulBoot,
Throwable bootError) |
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version) |
This is the constructor to use for 23.0.x subsystem tests.
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller29x version) |
This is the constructor to use for 29.0.x subsystem tests.
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version) |
This is the constructor to use for 23.0.x core model tests.
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller29x version) |
This is the constructor to use for 29.0.x core model tests.
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.version.Stability stability,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller31x version) |
This is the constructor to use for WildFly 31.0.0 core model tests
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.version.Stability stability,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry) |
This is the constructor to use for current subsystem tests
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.version.Stability stability,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller31x version) |
This is the constructor to use for WildFly 31.0.0 subsystem tests
|
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.version.Stability stability,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry) |
This is the constructor to use for current core model tests
|