|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ace.moab.api.jobs.JobDependency
com.ace.moab.api.jobs.StandardJobDependency
com.ace.moab.api.jobs.BeforeOKDependency
public class BeforeOKDependency
This dependency specifies that the job may start at any time before all specified jobs have successfully completed. NOTE: Only reported to Moab and then reported back. Moab currently cannot internally handle this type of dependency.
| Constructor Summary | |
|---|---|
BeforeOKDependency(java.util.Set<java.lang.String> jobs)
Constructor for this class |
|
BeforeOKDependency(java.lang.String job)
Constructor for this class |
|
| Method Summary |
|---|
| Methods inherited from class com.ace.moab.api.jobs.StandardJobDependency |
|---|
equals, getJobs, toCommand, toString |
| Methods inherited from class com.ace.moab.api.jobs.JobDependency |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeforeOKDependency(java.util.Set<java.lang.String> jobs)
jobs - the set of jobs the job with this dependency is dependent uponpublic BeforeOKDependency(java.lang.String job)
job - the job this dependency is dependent upon
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||