setBaselineBranchName method
Use this method to set the name of the branch the baseline reference will be taken from and where new and accepted steps will be saved to.
Syntax
Configuration configval = config.setBaselineBranchName(baselineBranchName);
Parameters
- baselineBranchName
- Type:String
- The baseline branch name to be configured.
Return value
- Type: Configuration
-
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.