Uses of Class
com.sas.lsaf.execution.job.JobPublishSetupFile
Packages that use JobPublishSetupFile
Package
Description
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 JobPublishSetupFileModifier and TypeMethodDescriptionJobPublishSetup.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 JobPublishSetupFileModifier and TypeMethodDescriptionvoidJobPublishSetup.setFiles(List<JobPublishSetupFile> files) Sets the files to transfer for use in a published job submission.