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