Version Differences for AHPTool Documentation

(halfway complete)
(Commands)
Line 52:
  <tr><td rowspan=2>'''getTestCoverage'''</td><td rowspan=2>Get a test coverage report of a build life. </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 report from. </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>'''getTestCoverage'''</td><td rowspan=2>Get a test coverage report of a build life. </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 report from. </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>'''getTests'''</td><td rowspan=2>Get a test report of a build life. </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 report from. </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>'''getTests'''</td><td rowspan=2>Get a test report of a build life. </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 report from. </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>'''getWorkDir'''</td><td>Get the current working direcotry of a job execution. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the job to get the working directory from. </td><td align=center bgcolor=#FFFFDD>X</td></tr>  
    + <tr><td>'''setAgentProperties'''</td><td>Set properties on a agent configuration. Requires XML input. </td><td>''-agent''</td><td>The id of the agent to set the properties on.</td><td align=center bgcolor=#FFFFDD>X</td></tr>  
    + <tr><td>'''setBuildLifeProperties'''</td><td>Set properties on 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 set the properties on.</td><td align=center bgcolor=#FFFFDD>X</td></tr>  
    + <tr><td>'''setJobProperties'''</td><td>Set properties on a job execution. Requires XML input. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the job execution to set the properties on.</td><td align=center bgcolor=#FFFFDD>X</td></tr>  
  </table>    </table> 
       
- *'''getWorkDir '''      
- **Get the current working direcotry of a job execution.      
- ***''-job ''      
- ****Required. Can be set via the environment variable AH_JOB_ID. The id of the job to get the working directory from.      
       
- *'''setAgentProperties '''      
- **Set properties on a agent configuration. Requires XML input.      
- ***''-agent ''      
- ****Required. The id of the agent to set the properties on.      
       
- *'''setBuildLifeProperties '''      
- **Set properties on 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 set the properties on.      
       
- *'''setJobProperties '''      
- **Set properties on a job execution. Requires XML input.      
- ***''-job ''      
- ****Required. Can be set via the environment variable AH_JOB_ID. The id of the job execution to set the properties on.      
       
  *'''setRequestProperties '''    *'''setRequestProperties '''