(→Global Args)
|
(Four converted; several to go)
|
Line 31: | |||
=== Commands === | === Commands === | ||
- | *'''addIssues ''' | + | <table border=1 cellpadding=1 cellspacing=1 align=center> |
- | **Add issues attached to source changes. Requires XML input. | + | <tr><th>COMMAND</th><th>DESCRIPTION</th><th>ARGUMENT</th><th>ARGUMENT DESCRIPTION</th><th>REQ'D</th></tr> |
- | ***''-buildlife'' | + | <tr><td>'''addIssues'''</td><td>Add issues attached to source changes. Requires XML input.</td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The build life id to add issues to.</td><td align=center>X</td></tr> |
- | ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The build life id to add issues to. | + | <tr><td rowspan=2>'''addSourceAnalytics'''</td><td rowspan=2>Add a source analytics report to a build life. Requires XML input. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to. </td><td align=center>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center>X</td></tr> |
- | *'''addSourceAnalytics ''' | + | <tr><td>'''addSourceChanges'''</td><td>Add source changes for a build life. Requires XML input. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the source changes to.</td><td align=center>X</td></tr> |
- | **Add a source analytics report to a build life. Requires XML input. | + | <tr><td rowspan=2>'''addTestCoverage'''</td><td rowspan=2>Add a test coverage report to a build life. Requires XML input. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to. </td><td align=center>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center>X</td></tr> |
- | ***''-buildlife '' | + | </table> |
- | ****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. | ||
- | *'''addSourceChanges ''' | ||
- | **Add source changes for 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 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 ''' | *'''addTests ''' | ||
**Add a test report to a build life. Requires XML input. | **Add a test report to a build life. Requires XML input. | ||
Line 57: | |||
***''-report '' | ***''-report '' | ||
****Required. The name of the report. | ****Required. The name of the report. | ||
*'''getAgentProperties ''' | *'''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'. | **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'. | ||
Line 63: | |||
***''-property '' | ***''-property '' | ||
****Optional. The name of the property to get the value of. | ****Optional. The name of the property to get the value of. | ||
*'''getBuildLifeProperties ''' | *'''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'. | **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'. |