Version Differences for AHPTool Documentation

(Four converted; several to go)
(Probably 30% of table complete)
Line 37:
  <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>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>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>X</td></tr><tr><td>''-report''</td><td>The name of the report. </td><td align=center>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>'''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>'''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>'''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 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>'''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>  
  </table>    </table> 
       
Line 42:
- *'''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.      
- *'''getDependencyPlan '''      
- **Get all dependencies for a build life. This includes transitive dependencies.      
- ***''-buildlife ''      
- ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life.      
- *'''getIssues '''      
- **Get issues related to a build life through source changes.      
- ***''-buildlife ''      
- ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The build life id to get issues from.      
- *'''getJobProperties '''      
- **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'.      
- ***''-job ''      
- ****Required. Can be set via the environment variable AH_JOB_ID. The id of the job execution to get the properties from.      
- ***''-property ''      
- ****Optional. The name of the property to get the value of.      
- *'''getRequestProperties '''      
- **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'.      
- ***''-request ''      
- ****Required. The id of the request to get the properties from.      
- ***''-property ''      
- ****Optional. The name of the property to get the value of.      
  *'''getSourceAnalytics '''    *'''getSourceAnalytics ''' 
  **Get a source analytics report of a build life.     **Get a source analytics report of a build life.  
Line 86:
  ***''-report ''    ***''-report '' 
  ****Required. The name of the report.     ****Required. The name of the report.  
       
  *'''getSourceChanges '''    *'''getSourceChanges ''' 
  **Get source changes of a build life.     **Get source changes of a build life.