Uses of Class
com.sas.lsaf.execution.job.JobPublishSetupFolder
-
Packages that use JobPublishSetupFolder 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 JobPublishSetupFolder in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return types with arguments of type JobPublishSetupFolder Modifier and Type Method Description java.util.List<JobPublishSetupFolder>
JobPublishSetup. getFolders()
Gets the folders to transfer for use in a published job submission.Method parameters in com.sas.lsaf.execution.job with type arguments of type JobPublishSetupFolder Modifier and Type Method Description void
JobPublishSetup. setFolders(java.util.List<JobPublishSetupFolder> folders)
Sets the folders to transfer for use in a published job submission.
-