public static class DomainRootDefinition.RolloutPlanValidator extends AbstractParameterValidator
Constructor and Description |
---|
RolloutPlanValidator() |
Modifier and Type | Method and Description |
---|---|
static void |
validateInSeriesServerGroup(org.jboss.dmr.ModelNode serverGroup) |
void |
validateParameter(String parameterName,
org.jboss.dmr.ModelNode plan)
Validate the parameter with the given name.
|
validateResolvedParameter
public void validateParameter(String parameterName, org.jboss.dmr.ModelNode plan) throws OperationFailedException
ParameterValidator
parameterName
- the name of the parameter. Cannot be null
plan
- the parameter value. Cannot be null
OperationFailedException
- if the value is not validpublic static void validateInSeriesServerGroup(org.jboss.dmr.ModelNode serverGroup) throws OperationFailedException
OperationFailedException
Copyright © 2023 JBoss by Red Hat. All rights reserved.