Package | Description |
---|---|
com.arkea.jenkins.openstack.heat.orchestration.template | |
com.arkea.jenkins.openstack.heat.orchestration.template.constraints |
Modifier and Type | Method and Description |
---|---|
Map<String,AbstractConstraint> |
Parameter.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setConstraints(Map<String,AbstractConstraint> constraints) |
Constructor and Description |
---|
Parameter(String name,
Type type,
String label,
String description,
Object defaultValue,
boolean hidden,
String value,
Map<String,AbstractConstraint> constraints) |
Modifier and Type | Class and Description |
---|---|
class |
AllowedPatternConstraint |
class |
AllowedValuesConstraint |
class |
CustomConstraint |
class |
LengthConstraint |
class |
RangeConstraint |
Modifier and Type | Method and Description |
---|---|
static Map<String,AbstractConstraint> |
ConstraintUtils.getContraintsFromJSONParameter(Map<String,Object> properties)
Build a constraint bean map from JSON constraints part parsing in JSON
parameter.
|
static Map<String,AbstractConstraint> |
ConstraintUtils.getContraintsToPopulatParameters(Map<String,Object> properties)
Build a constraint bean map from JSON constraints part parsing in entry
file.
|
Copyright © 2016. All rights reserved.