Package | Description |
---|---|
org.jberet.job.model |
Modifier and Type | Class and Description |
---|---|
class |
Flow
Corresponds to job element type
jsl:Flow in job XML. |
class |
Job
Corresponds to
jsl:Job type, the root element of job XML. |
class |
Step
Corresponds to
jsl:Step job element type in job XML. |
Modifier and Type | Method and Description |
---|---|
List<InheritableJobElement> |
Job.getInheritingJobElements()
Gets all direct or indirect job elements in this job that inherit from a parent (ie, has a non-null
parent attribute).
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.