Version Differences for AHPTool Documentation

(Probably 30% of table complete)
(Color coded required fields (pale yellow))
Line 33:
  <table border=1 cellpadding=1 cellspacing=1 align=center>    <table border=1 cellpadding=1 cellspacing=1 align=center> 
  <tr><th>COMMAND</th><th>DESCRIPTION</th><th>ARGUMENT</th><th>ARGUMENT DESCRIPTION</th><th>REQ'D</th></tr>    <tr><th>COMMAND</th><th>DESCRIPTION</th><th>ARGUMENT</th><th>ARGUMENT DESCRIPTION</th><th>REQ'D</th></tr> 
- <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>   + <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 bgcolor=#FFFFDD>X</td></tr>  
- <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>   + <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 bgcolor=#FFFFDD>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
- <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>   + <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 bgcolor=#FFFFDD>X</td></tr>  
- <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>   + <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 bgcolor=#FFFFDD>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
- <tr><td rowspan=2>'''addTests'''</td><td rowspan=2>Add a test 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>   + <tr><td rowspan=2>'''addTests'''</td><td rowspan=2>Add a test 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 bgcolor=#FFFFDD>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
- <tr><td rowspan=2>'''getAgentProperties'''</td><td rowspan=2>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'. </td><td>''-agent''</td><td>The id of the agent to get the properties from. </td><td align=center>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>   + <tr><td rowspan=2>'''getAgentProperties'''</td><td rowspan=2>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'. </td><td>''-agent''</td><td>The id of the agent to get the properties from. </td><td align=center bgcolor=#FFFFDD>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>  
- <tr><td rowspan=2>'''getBuildLifeProperties'''</td><td rowspan=2>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'. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to get the properties from. </td><td align=center>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>   + <tr><td rowspan=2>'''getBuildLifeProperties'''</td><td rowspan=2>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'. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to get the properties from. </td><td align=center bgcolor=#FFFFDD>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>  
- <tr><td>'''getDependencyPlan'''</td><td>Get all dependencies for a build life. This includes transitive dependencies. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life. </td><td align=center>X</td></tr>   + <tr><td>'''getDependencyPlan'''</td><td>Get all dependencies for a build life. This includes transitive dependencies. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
- <tr><td>'''getIssues'''</td><td>Get issues related to a build life through source changes. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life. </td><td align=center>X</td></tr>   + <tr><td>'''getIssues'''</td><td>Get issues related to a build life through source changes. </td><td>''-buildlife''</td><td>Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
- <tr><td rowspan=2>'''getJobProperties'''</td><td rowspan=2>Get properties of a job execution.. 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'. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the job execution to get the properties from. </td><td align=center>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>   + <tr><td rowspan=2>'''getJobProperties'''</td><td rowspan=2>Get properties of a job execution.. 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'. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the job execution to get the properties from. </td><td align=center bgcolor=#FFFFDD>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>  
- <tr><td rowspan=2>'''getRequestProperties'''</td><td rowspan=2>Get properties of a request.. 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'. </td><td>''-request''</td><td>The id of the request to get the properties from. </td><td align=center>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>   + <tr><td rowspan=2>'''getRequestProperties'''</td><td rowspan=2>Get properties of a request.. 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'. </td><td>''-request''</td><td>The id of the request to get the properties from. </td><td align=center bgcolor=#FFFFDD>X</td></tr><tr><td>''-property''</td><td>The name of the property to get the value of. </td><td align=center></td></tr>  
  </table>    </table>