Package | Description |
---|---|
com.sas.lsaf.execution.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 |
---|---|
Manifest.ManifestType |
Manifest.getManifestType()
Gets the type of manifest file for the job submission: run in the workspace or in the repository.
|
static Manifest.ManifestType |
Manifest.ManifestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manifest.ManifestType[] |
Manifest.ManifestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Manifest(ManifestFile job,
String jobDescription,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
Set<JobParameter> parameters,
Manifest.ManifestType manifestType,
ManifestFile log,
ManifestFile lst,
ManifestMetrics manifestMetrics,
Long totalExecutionTime)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA