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)
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.