Uses of Class
com.sas.lsaf.execution.job.JobPublishCheckinLocation
-
Packages that use JobPublishCheckinLocation 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 JobPublishCheckinLocation in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return types with arguments of type JobPublishCheckinLocation Modifier and Type Method Description java.util.List<JobPublishCheckinLocation>
JobPublishCheckin. getLocations()
Gets the folder locations for check in when the job completes.Method parameters in com.sas.lsaf.execution.job with type arguments of type JobPublishCheckinLocation Modifier and Type Method Description void
JobPublishCheckin. setLocations(java.util.List<JobPublishCheckinLocation> locations)
Sets the locations of the folders to check in when the job completes.
-