Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
JobDescriptor.Tree |
JobDescriptor.getTree()
Get the tree in which this job lives
|
static JobDescriptor.Tree |
JobDescriptor.Tree.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobDescriptor.Tree[] |
JobDescriptor.Tree.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDescriptor.setTree(JobDescriptor.Tree tree)
Set the tree location for this job
|
Constructor and Description |
---|
JobDescriptor(String path,
String version,
JobDescriptor.Tree tree)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA