set_parent_branch_name method
Use this method to set the parent branch from which newly created branches get their initial baseline.
Syntax
configval = config.set_parent_branch_name(parent_branch_name)
config.parent_branch_name = configval
configval = config.parent_branch_name
Note that this feature is available as both a method and a property.
Parameters
- parent_branch_name
- Type:Text
- The parent branch name to be configured.
Return value
- Type: Self
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.