In this section:
session.tag
build.id
project.module
exec.env
report.location
report.format
report.custom.extension
report.custom.xsl.file
report.developer_errors
report.developer_reports
report.authors_details
report.contexts_details
report.suppressed_msgs
report.metadata
report.scontrol
report.associations
issue.tracking.tags
report.assoc.url.[tag]
report.active_rules
report.rules
report.test_params
report.testcases_details
report.coverage.images
report.coverage.limit
report.metrics.attributes
report.archive
report.graph.start_date
report.graph.period
report.mail.enabled
report.mail.server
report.mail.port
report.mail.security
report.mail.subject
report.mail.username
report.mail.password
report.mail.realm
report.mail.domain
report.mail.time_delay
report.mail.from
report.mail.attachments
report.mail.compact
report.mail.format
report.mail.cc
report.mail.include
report.mail.exclude
report.mail.exclude.developers
report.mail.unknown
report.mail.on.error.only
report.setup.problems
report.setup.problems.category_limit
report.setup.problems.display_limit
report.setup.problems.console
report.ue_coverage_details_htmls
report.separate_vm.xmx
report.separate_vm
report.separate_vm.launch.file
dupcode.sorting.mode
report.coverage.version
report.dtp.publish
This setting determines whether the current installation of the product reports results of local analysis to the DTP server.
Acceptable Values
true | The results are published to DTP. |
---|---|
false | Default. The results are not published to DTP. |
Example Usage
The following configuration enables sending local analysis results to DTP.
report.dtp.publish=true
Related
report.dtp.publish.src
This setting specifies whether the tested source code is published to the DTP server.
Acceptable Values
off | Source code is not published to DTP. Default when the report.dtp.publish option is enabled. |
---|---|
min | The minimal part of the source code is published (in most cases, source code without reference to source control, for example, auto-generated code, is published. |
full | All of the source code from the specified scope is published to DTP. Default when the report.dtp.publish option is enabled. |
Example Usage
The following configuration enables partial publishing of source code to DTP.
report.dtp.publish.src=min