[Index]
depends
This job is deprecated, use run instead.
A job which depends on another job.
- If the other job is in a READY state, this job will run
the other job.
- If the other job is in an EXECUTING state, this job
will wait.
- If the other job has finished this job will reflect the
completion state.
This job was intended to simulate Ant's dependency like
functionality but the run job is better.
Property Summary
job |
Job to depend on. |
name |
A name, can be any text. |
stop |
|
Property Detail
job
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | Yes. |
Job to depend on.
name
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No. |
A name, can be any text.
stop
Access | READ_ONLY |
Required | Read Only. |
(c) Rob Gordon 2005 - 2014