...
[project_name] | The name of a project in DTP. |
---|
Example Usage
The following configuration will associate the results sent to DTP with the project called "common":
dtp.project=Commoncommon
...
dtp.autoconfig
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
...
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
...
This setting determines whether the current installation of the product reports results of local analysis to the DTP server.
Acceptable Values
...
The results are published to DTP.
false
...
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
...
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.
...
...
dtp.share.enabled
This setting enables or disables connection to Team Server.
Acceptable Values
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
Example Usage
The following configuration enables connection to Team Server.
...