depends
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 is intended to simulate Ant's dependency like
functionality however it's usefulness is currently
questionable. Solutions using scheduling:trigger may well be
more elegant.
Property Summary
| job |
Job to depend on. |
| name |
A name, can be any text. |
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.
(c) Rob Gordon 2005 - 2011