public class Job extends java.lang.Object implements DeploymentUnit
| Modifier and Type | Class and Description |
|---|---|
static class |
Job.Builder
Builder object for
Job that supports fluent style configuration. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getDeploymentProperties()
Return the deployment properties for this job.
|
ModuleDescriptor |
getJobModuleDescriptor()
Return the job module descriptor.
|
java.util.List<ModuleDescriptor> |
getModuleDescriptors()
List of modules that comprise this deployment unit.
|
java.lang.String |
getName()
Return the name of this job.
|
java.lang.String |
toString() |
public java.lang.String getName()
getName in interface DeploymentUnitpublic ModuleDescriptor getJobModuleDescriptor()
public java.util.List<ModuleDescriptor> getModuleDescriptors()
getModuleDescriptors in interface DeploymentUnitpublic java.util.Map<java.lang.String,java.lang.String> getDeploymentProperties()
getDeploymentProperties in interface DeploymentUnitpublic java.lang.String toString()
toString in class java.lang.Object