|
This page lists the documentation for '''AHPTool'''. You can find this documentation located in your server's [http://localhost/tools dev-kit available on the tools page]. |
|
This page lists the documentation for '''AHPTool'''. You can find this documentation located in your server's [http://localhost/tools dev-kit available on the tools page]. |
|
|
+ |
= AHPTool Commands and Arguments =
|
|
|
+ |
<font size=2>''ahptool [global-args...] [args...] command [-] [filename] ''</font>
|
|
|
+ |
**One of the named commands below in the Commands section
|
|
|
+ |
**Read XML input from the ahptool stdin. See command for requirements.
|
|
|
+ |
**Read XML input from a file with the given filename. See command for requirements.
|
|
|
+ |
** Optional. Can be set as AH_AUTH_TOKEN in the environment. A authentication token generated by the Anthill server. authtoken or a username/password is required.
|
|
|
+ |
**Optional. A password to authenticate with the Anthill server. authtoken or a username/password is required.
|
|
|
+ |
** Optional. A username to authenticate with the Anthill server. authtoken or a username/password is required.
|
|
|
+ |
**Required. Can be set as AH_WEB_URL in the environment. The base URL of the Anthill server. Eg.'' https://anthill.domain.com:8443 ''
|
|
|
+ |
**Add issues attached to source changes. Requires XML input.
|
|
|
+ |
****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The build life id to add issues to.
|
|
|
+ |
**Add a source analytics report to a build life. Requires XML input.
|
|
|
+ |
****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to.
|
|
|
+ |
**Required. The name of the report.
|
|
|
+ |
**Add source changes for a build life. Requires XML input.
|
|
|
+ |
****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the source changes to.
|