(→Commands)
|
(Converted to table)
|
Line 56: | |||
<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>'''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> | <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> | ||
+ | <tr><td>'''setRequestProperties'''</td><td>Set properties on a request. Requires XML input. </td><td>''-request''</td><td>The id of the request to set the properties on.</td><td align=center bgcolor=#FFFFDD>X</td></tr> | ||
+ | <tr><td rowspan=2>'''setStepProperties'''</td><td rowspan=2>Set properties on a step execution. Requires XML input. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the step's job execution to set the properties on. </td><td align=center bgcolor=#FFFFDD>X</td></tr><tr><td>''-step''</td><td>The index of the step within the job execution or 'current' for the latest step. </td><td align=center></td></tr> | ||
+ | <tr><td>'''setSystemProperties'''</td><td>Set properties on a global system scope. Requires XML input. </td></tr> | ||
+ | <tr><td>'''setWorkDir'''</td><td>Set the current working directory of a job execution. This blocks until the lock is acquired. Requires XML input. </td><td>''-job''</td><td>Can be set via the environment variable AH_JOB_ID. The id of the job to set the working directory for. </td><td align=center bgcolor=#FFFFDD>X</td></tr> | ||
</table> | </table> | ||
- | *'''setRequestProperties ''' | ||
- | **Set properties on a request. Requires XML input. | ||
- | ***''-request '' | ||
- | ****Required. The id of the request to set the properties on. | ||
- | *'''setStepProperties ''' | ||
- | **Set properties on a step execution. Requires XML input. | ||
- | ***''-job '' | ||
- | ****Required. Can be set via the environment variable AH_JOB_ID. The id of the step's job execution to set the properties on. | ||
- | ***''-step '' | ||
- | ****Optional. The index of the step within the job execution or 'current' for the latest step. | ||
- | *'''setSystemProperties ''' | ||
- | **Set properties on a global system scope. Requires XML input. | ||
- | ***''No options for this command. '' | ||
- | *'''setWorkDir ''' | ||
- | **Set the current working directory of a job execution. This blocks until the lock is acquired. Requires XML input. | ||
- | ***''-job '' | ||
- | ****Required. Can be set via the environment variable AH_JOB_ID. The id of the job to set the working directory for. | ||
= AHPTool Schemas = | = AHPTool Schemas = | ||