set_branch_name method
Use this method to set the branch used for the baseline of this run.
Syntax
configval = config.set_branch_name(branch_name)
Parameters
- branch_name
- Type:Text
- The branch name to be used by the configuration.
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.