The Job defines the job parameters.
More...
|
| Job (const String &environmentname, const String &name) |
| Defines a job object associated to the given environment. More...
|
|
The Job defines the job parameters.
The Job object can be instantiated in the scripting environment. A list of jobs can be retrieved by calling ControlCentre.jobs( environment ). A new job may be added by the following ( Note only ControlCentre modifies the database )
var job =
new Job(env.name,
"NewJob");
◆ Job()
Job::Job |
( |
const String & |
environmentname, |
|
|
const String & |
name |
|
) |
| |
Defines a job object associated to the given environment.
- Parameters
-
environmentname | name of existing environment |
name | name |
◆ atdName
◆ automaticApprovalPolicy
bool Job::automaticApprovalPolicy |
|
readwrite |
◆ envName
◆ inProduction
◆ name
◆ priority
◆ tdName