|
(→Commands)
|
(Second Addition of commands)
|
| Line 39: | |||
| ***''-buildlife '' | ***''-buildlife '' | ||
| ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the source changes to. | ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the source changes to. | ||
| + | *'''addTestCoverage ''' | ||
| + | **Add a test coverage report to a build life. Requires XML input. | ||
| + | ***''-buildlife '' | ||
| + | ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to. | ||
| + | ***''-report '' | ||
| + | ****Required. The name of the report. | ||
| + | *'''addTests ''' | ||
| + | **Add a test report to a build life. Requires XML input. | ||
| + | ***''-buildlife '' | ||
| + | ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to. | ||
| + | ***''-report '' | ||
| + | ****Required. The name of the report. | ||
| + | *'''getAgentProperties ''' | ||
| + | **Get properties of a agent configuration.. To get all properties in XML form, do not give a value for 'property'. To get just the text value of a property, give a property name for 'property'. | ||
| + | ***''-agent '' | ||
| + | ****Required. The id of the agent to get the properties from. | ||
| + | ***''-property '' | ||
| + | ****Optional. The name of the property to get the value of. | ||
| + | *'''getBuildLifeProperties ''' | ||
| + | **Get properties of a build life.. To get all properties in XML form, do not give a value for 'property'. To get just the text value of a property, give a property name for 'property'. | ||
| + | ***''-buildlife '' | ||
| + | ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to get the properties from. | ||
| + | ***''-property '' | ||
| + | ****Optional. The name of the property to get the value of. | ||