createParentVariableConfiguration (...)
Signature: name:string -> parentVariableQualifiedName:CfVariableRef -> ignoreParentVariableNamespace:bool -> targetProperty:string -> CfPackageConfiguration
|
Create a new package configuration using parent variable semantics.
|
createSimpleParentVariableConfiguration (...)
Signature: variableName:string -> ignoreParentVariableNamespace:bool -> CfPackageConfiguration
|
Create a new package configuration using parent variable semantics where the configuration is used to set the value
of the corresponding variable in the child package.
|
createSimpleParentVariableConfigurationWithName (...)
Signature: name:string -> variableName:string -> ignoreParentVariableNamespace:bool -> CfPackageConfiguration
|
Create a new package configuration using parent variable semantics where the configuration is used to set the value
of the corresponding variable in the child package. Variant allows defining the name of the configuration explicitly.
|
getDescription _arg1
Signature: _arg1:CfPackageConfiguration -> string
|
Get the description of a package configuration
|
getName _arg1
Signature: _arg1:CfPackageConfiguration -> string
|
Get the name of the package configuration
|
setDescription description _arg1
Signature: description:string -> _arg1:CfPackageConfiguration -> CfPackageConfiguration
|
Transform a package configuration by changing the description
|
setName name _arg1
Signature: name:string -> _arg1:CfPackageConfiguration -> CfPackageConfiguration
|
Transform a package configuration by changing the name
|