Parameters
The following table provides detailed information about all JSON parameters used in metaServlet:
|
Parameter |
Function |
Example value |
|---|---|---|
|
actionName |
The name of the action |
"taskLog" |
|
active |
The status of a task |
Either true or false |
|
addStatisticsCodeEnabled |
Enable or disable using the statistics code |
Either true or false |
|
applyContextToChildren |
Enable or disable applying context to children |
Either true or false |
|
authUser |
The username of the administrator |
"admin@company.com" |
|
authPass |
The password of the administrator |
"admin" |
|
branch |
The name of the branch |
"trunk" |
|
contextName |
The name of context parameters |
"var1" |
|
description |
The description for the task, project or server you created |
"the first task I created" |
|
execStatisticsEnabled |
Enable or disable the execution of statistics |
Either true or false |
|
executionServerName |
The name of the server in which the task is deployed |
"job_server_1" |
|
jobName |
The name of the job to be executed in the task |
"job_1" |
|
jobVersion |
The version of the job to be executed in the task |
"1.0" |
|
onUnknownStateJob |
Responsive action to the job of which the state is unknown |
"KILL_TASK", "WAIT" |
|
projectName |
The name of the project |
"project1" |
|
regenerateJobOnChange |
Enable or disable regenerating the job on change |
Either true or false |
|
taskName |
The name of the task |
"task1" |
|
taskId |
The Id of the task |
1 |
|
mode |
The mode of task execution |
Either "synchronous" or "asynchronous" |
|
lable |
The label for the task |
"for_demo_only" |
|
source |
The source of the branch |
"source_name" |
|
target |
The target of the branch |
"target_name" |
|
username |
The name of the user |
"usernameA" |
|
password |
The password of the user |
"passwordA" |
|
id |
The Id of of the JobServer |
1 |