Uses of Class
com.sas.lsaf.execution.job.JobPublishCheckin
Packages that use JobPublishCheckin
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of JobPublishCheckin in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobPublishCheckinModifier and TypeMethodDescriptionGets a JobPublishCheckin with theVersionTypeas CUSTOM.JobPublishCheckin.enableVersioningForNewFiles()Gets a JobPublishCheckin with versioning enabled for new files.JobPublishCheckin.enableVersioningForNewFiles(boolean enableVersioningOnNewFiles) Gets a JobPublishCheckin to specify whether to version new files.Job.getPublishCheckin()Gets the check-in specification to use for the output files that are created by the job.JobPublishCheckin.major()Gets a JobPublishCheckin with theVersionTypeof MAJOR.JobPublishCheckin.minor()Gets a JobPublishCheckin with theVersionTypeof MINOR.JobPublishCheckin.versionType(VersionType versionType, String customVersion) Gets a JobPublishCheckin with the specifiedVersionTypeusing the specified version, if version type is CUSTOM.Methods in com.sas.lsaf.execution.job with parameters of type JobPublishCheckinModifier and TypeMethodDescriptionvoidJob.setPublishCheckin(JobPublishCheckin publishCheckin) Sets the check-in specification to use for the output files that are created by the job.