Uses of Class
com.sas.lsaf.execution.job.Manifest
-
Packages that use Manifest 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. -
-
Uses of Manifest in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return Manifest Modifier and Type Method Description Manifest
JobSubmissionService. getManifestByJobSubmission(java.lang.String jobSubmissionId)
Gets the job manifest file for the job submission.Manifest
JobSubmissionService. getManifestByRepositoryPath(java.lang.String path, java.lang.String version)
Gets the job manifest file at the path and version in the repository.Manifest
JobSubmissionService. getManifestByWorkspacePath(java.lang.String path)
Gets the job manifest file at the path in the workspace.
-