6.1.4.14. StarTeam

Integration with Micro Focus StarTeam

Support for Micro Focus StarTeam.

VCSIntegration StarTeam does not support blame information at all.

Options

The following places define options that affect this rule: VCSIntegration, Project-GlobalOptions

binary

binary : str = 'stcmd'

Name of the VCS command-line binary.
 

encoding

encoding : str = 'utf-8'

Encoding of files in the repository.
 

password_file

password_file : bauhaus.analysis.config.LayerRelativePath | None = None

Encrypted password file (created with "stcmd store-password"). If set, passed as -epwdfile password_file to stcmd co command by sourceserver.
 

repository

repository : str | None = None

Repository respectively project name on server.

Automatically detected from workspace when no value is entered (if already connected to server).

 

rootpath

rootpath : bauhaus.analysis.config.ProjectRelativePath = '.'

Repository root for this VCS instance. If more than one VCS rule is activated, all their rootpath options have to be set differently. The value of rootpath must not be outside of /Project/directory for source code to be visible in the dashboard and for local_mode to work correctly.
 

server

server : str | None = None

StarTeam server (possibly including colon-separated port).

Automatically detected from workspace when no value is entered (if already connected to server).

 

skip_blame

skip_blame : bool = False

Does not run blame operations with this VCS if this option is set to true.
 

view

view : str | None = None

View to use (possibly colon-separated view hierarchy).

Automatically detected from workspace when no value is entered (if already connected to server).