6.1.4.12. RTC

Integration with IBM Engineering Workflow Management (formerly IBM Rational Team Concert)

Support for IBM Enterprise Workflow Management (formerly IBM Rational Team Concert).

VCSIntegration RTC supports line-by-line blame information.

Options

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

binary

binary : str = 'fec'

Name of the VCS command-line binary.
 

blame_mode

blame_mode : BlameMode = 'all_authors'

If set to last_author_only, issues for code regions are only attributed to the author of the latest changes in that region. Otherwise, all authors of that code region are considered responsible.
 

encoding

encoding : str = 'utf-8'

Encoding of files in the repository.
 

options

options : str | None = None

Additional command-line parameters
 

repository_uri

repository_uri : str = 'None (value must be set)'

The repository URI for sourcecode access (e.g. https://server/ccm/), a nickname may work as well (e.g. previously created with scm login).
 

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.
 

skip_blame

skip_blame : bool = False

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

Option Types

These types are used by options listed above:

BlameMode

Enumeration of possible blame approaches for code regions.
 

all_authors

All authors of a code region are considered responsible.

last_author_only

Attribute issues only to the author of the latest change in the code region.