public class SingleRolloutPlanGroup extends Object implements RolloutPlanGroup
Constructor and Description |
---|
SingleRolloutPlanGroup() |
SingleRolloutPlanGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
int index) |
void |
addProperty(String name,
String value,
int valueIndex) |
void |
addTo(org.jboss.dmr.ModelNode inSeries) |
boolean |
endsOnPropertyListEnd() |
boolean |
endsOnPropertyListStart() |
boolean |
endsOnPropertySeparator() |
boolean |
endsOnPropertyValueSeparator() |
String |
getGroupName() |
int |
getLastChunkIndex() |
String |
getLastPropertyName() |
String |
getLastPropertyValue() |
int |
getLastSeparatorIndex() |
boolean |
hasProperties() |
boolean |
hasProperty(String name) |
void |
propertyListEnd(int index) |
void |
propertyListStart(int index) |
void |
propertySeparator(int index) |
void |
propertyValueSeparator(int index) |
void |
setGroupName(String groupName,
int index) |
org.jboss.dmr.ModelNode |
toModelNode() |
public SingleRolloutPlanGroup()
public SingleRolloutPlanGroup(String groupName)
public String getGroupName()
public void setGroupName(String groupName, int index)
public int getLastChunkIndex()
public void addProperty(String name, int index)
public void propertyValueSeparator(int index)
public void propertySeparator(int index)
public boolean hasProperties()
public void propertyListStart(int index)
public boolean endsOnPropertyListStart()
public void propertyListEnd(int index)
public boolean endsOnPropertyListEnd()
public boolean endsOnPropertyValueSeparator()
public boolean endsOnPropertySeparator()
public int getLastSeparatorIndex()
public String getLastPropertyName()
public String getLastPropertyValue()
public boolean hasProperty(String name)
public org.jboss.dmr.ModelNode toModelNode() throws CommandFormatException
toModelNode
in interface RolloutPlanGroup
CommandFormatException
public void addTo(org.jboss.dmr.ModelNode inSeries) throws CommandFormatException
addTo
in interface RolloutPlanGroup
CommandFormatException
Copyright © 2023 JBoss by Red Hat. All rights reserved.