Package | Description |
---|---|
com.arkea.jenkins.openstack.heat.orchestration.template | |
com.arkea.jenkins.openstack.heat.orchestration.template.utils |
Modifier and Type | Method and Description |
---|---|
Type |
Parameter.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Parameter(String name,
Type type) |
Parameter(String name,
Type type,
String label,
String description,
Object defaultValue,
boolean hidden,
String value) |
Parameter(String name,
Type type,
String label,
String description,
Object defaultValue,
boolean hidden,
String value,
Map<String,AbstractConstraint> constraints) |
Modifier and Type | Method and Description |
---|---|
static Type |
TypeMapperUtils.getType(String type)
Mapping Type
|
Copyright © 2016. All rights reserved.