Merge "Introduce 'immutable' of parameters"

This commit is contained in:
Jenkins
2016-03-28 17:32:55 +00:00
committed by Gerrit Code Review

View File

@@ -267,6 +267,7 @@ default value defined as nested elements.
hidden: <true | false>
constraints:
<parameter constraints>
immutable: <true | false>
param name
The name of the parameter.
@@ -303,6 +304,11 @@ constraints
if the parameter value doesn't comply to the constraints.
This attribute is optional.
immutable
Defines whether the parameter is updatable. Stack update fails, if this is
set to ``true`` and the parameter value is changed.
This attribute is optional and defaults to ``false``.
The table below describes all currently supported types with examples:
+----------------------+-------------------------------+------------------+