Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.3.3

...

report.metrics.attributes

This setting specifies a list of additional attributes for metric results. 

Acceptable Values

[attribute]

A list of comma separated attribute. The following attributes are sup­ported by default: module, namespace, type, method.

report.archive

This setting enables or disables archiving reports into a ZIP file.

Acceptable Values

trueReports are archived in a ZIP file.
falseReports are not archived in a ZIP file.

report.graph.start_date

This setting specifies the start date for trend graphs that track static analysis task, test execution, and cover­age. Requires configuring the report.graph.period option.

Acceptable Values

[MM/dd/yy]

A date in the month-day-year format.

report.graph.period

This setting specifies the duration from the start date for trend graphs that track static analysis task, test execution, and coverage. Requires configuring the report.graph.start_date option.

Acceptable Values

[?d|?m|?y] 

Specifies the duration in the days-months-years format.


report.mail.enabled

This setting enables or disables report emails to developers and additional recipients specified with the report.mail.cc setting. 

Acceptable Values

trueDevelopers and additional recipients are auto­matically sent a report that contains the errors/results related to his or her work. 
falseDefault.  Developers and additional recipients are not sent the reports.

report.mail.server

This setting specifies the mail server used to send reports.

Acceptable Values

[host_name] 

The host name of the server where the report will be sent.

report.mail.port

This setting specifies the port for SMTP  server.

Acceptable Values

[port_number] 

The port number. The default is 25.


report.mail.security

This setting specifies SMTP server connection security. 

Acceptable Values

STARTTLSDefault. STARTTLS connections security is used.
SSLSSL connections security is used.


report.mail.subject

This setting specifies the subject line of the emails that are sent.

Acceptable Values

[subject

The subject of the email.

Example usage

report.mail.subject=ABC Project Results

report.mail.username

report.mail.password

report.mail.realm

These settings specify required information for SMTP server authentication. The realm value is required only for those servers that authenticate using SASL realm.

Example usage

report.mail.username=user1
report.mail.password=Psm#3P!

report.mail.domain

This setting specifies the mail domain used to send reports.

Acceptable Values

[domain

The domain where the reports are sent.

report.mail.time_delay

This setting specifies a delay between emailing reports (to avoid bulk email restrictions).

Acceptable Values

[time] 

The reports will be emailed with the specified time delay.


report.mail.from

This setting specifies the content of the "from" field of the emails sent.

Acceptable Values

[email]The "from" field will include the email address
[user]The "from" field will include the user name.

report.mail.attachments

This setting enables or disables sending reports as attachments. All components are included as attachments; before you can view a report with images, all attachments must be saved to the disk.

Acceptable Values

trueThe emails will be sent with attachments.
falseThe emails will be sent without attachments.


report.mail.compact

This setting specifies how the report information is delivered in the email. This setting is not configured by default.

Acceptable Values

trendsThe email contains a trend graph, summary tables, and other compact data; detailed data is not included
linksThe email only contains a link to a report available on DTP server.

report.mail.format

This setting specifies the content type for the email. 

Acceptable Values

htmlThe email content has the HTML format.
asciiThe email content has the ASCII format.

report.mail.cc

This setting specifies email address for sending comprehensive manager reports. Multiple addresses must be separated with a semicolon. This setting is commonly used to send reports to managers or architects, as well as select developers.

Acceptable Values

[email_address] 

A list of email addresses separated by semi-colons.

Example Usage

report.mail.[email protected];[email protected]

report.mail.include

This setting specifies email addresses of developers that you want to receive developer reports.  Multiple addresses must be separated by a semicolon.  This setting is commonly used to send developer reports to developers if developer reports are not sent automatically (e.g., because the team is not using a supported source control system). 

Info

This setting overrides addresses specified in the 'exclude' list.

Acceptable Values

[email_address] 

A list of email addresses separated by semi-colons.


report.mail.exclude

This setting specifies email addresses that should be excluded from automatically receiving reports.

Acceptable Values

[email_address] 

A list of email addresses separated by semicolons.

report.mail.exclude.developers

This setting enables or disables report emails to developers who are not explicitly listed in the report.mail.cc setting. This setting is used to prevent reports from being mailed to individual developers.

Acceptable Values

trueEmails will not be sent to developers who are not explicitly specified.
falseDefault. Developers are not excluded from the mailing list.

report.mail.unknown

This setting specifies where to email reports for errors assigned to "unknown".

Acceptable Values

[email]The reports assigned to t"unknown" are sent to the specified email address.
[user]The reports assigned to t"unknown" are sent to the specified user.


report.mail.on.error.only

This setting enables or disables email reports to the manager when an error is found or a fatal exception occurs. Developer emails are not affected by this setting; developer emails are sent only to developers who are responsible for reported errors.

Acceptable Values

trueEmails with specific information about errors and fatal exceptions are sent to the manager.
falseDefault. Emails with specific information about errors and fatal exceptions are not sent to the manager.


report.setup.problems

This setting specifies where the Setup Problems section is placed in the report.

topThe Setup Problems section is placed at the top of the report.
bottomDefault. The Setup Problems section is placed at the bottom of the report.
hiddenThe Setup Problems section is not displayed in the report.

report.setup.problems.category_limit

This setting specifies a limit to the number of messages reported in a single setup problem category.

Acceptable Values

[number] 

The maximum number of messages reported in a single setup problem category. The default value is 10.

report.setup.problems.display_limit

This setting specifies a limit to the total number of messages displayed in the HTML report in the setup problem section.

Acceptable Values

[number] 

The maximum number of the total number of messages reported in the Setup Problem section. The default value is 100.


report.setup.problems.console

This setting specifies whether setup problems will be printed on the console.

Acceptable Values

trueDefault. Setup problems are printed to the console.
falseSetup problems are printed to the console.

report.ue_coverage_details_htmls

This setting specifies the type of coverage included in an additional report, which includes source code annotated with line-by-line coverage details when a test's HTML report links to it.

Acceptable Values

LCLine coverage is included in the report.
DCDecision coverage is included in the report.

report.separate_vm.xmx

This setting specifies how much memory should be used for reports generation. 

Acceptable Values

[memory_size] 

The maximum amount of memory allocated for report generation. The default is 120M.


report.separate_vm

This setting enables or disables generating reports as a separate virtual machine.

Acceptable Values

trueReports are generated as a separate virtual machine.
falseDefault. Generating reports as a separate virtual machine is disabled.

report.separate_vm.launch.file

This setting specifies the path to launch file that should be used during reports generation.

Acceptable Values

[path] 

The path to the launch file.


dupcode.sorting.mode

This setting specifies how elements in the code duplication findings are sorted. 

Acceptable Values

oldestThe oldest result is displayed at the top.
newestsThe newest result is displayed at the top.
pathsDefault. The results are sorted by full path names in the ascending alphabetical order (A to Z).


report.coverage.version

This setting specifies the version of the XML coverage report.

Acceptable Values

1Default. The standard version is used.
2The size of the XML report is optimized.


Anchor
report.dtp.publish
report.dtp.publish
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.

falseDefault. The results are not published to DTP.

Example Usage

The following configuration enables sending local analysis results to DTP.

report.dtp.publish=true

...

report.dtp.publish.src

This setting specifies whether the tested source code is published to the DTP server.  

Acceptable Values


offSource code is not published to DTP. Default when the report.dtp.publish option is enabled.
minThe 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

Related

...




...