Uses of Class
com.sas.lsaf.execution.job.JobPublishSetup
-
Packages that use JobPublishSetup 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 JobPublishSetup in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobPublishSetup Modifier and Type Method Description JobPublishSetup
Job. getPublishSetup()
Gets the content to transfer when submitting the job.Methods in com.sas.lsaf.execution.job with parameters of type JobPublishSetup Modifier and Type Method Description void
Job. setPublishSetup(JobPublishSetup publishSetup)
Sets the content to transfer when submitting the job.
-