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.
|
Modifier and Type | Method and Description |
---|---|
JobPublishCheckin |
JobPublishCheckin.custom(String customVersion)
Gets a JobPublishCheckin with the
VersionType as CUSTOM. |
JobPublishCheckin |
JobPublishCheckin.enableVersioningForNewFiles()
Gets a JobPublishCheckin with versioning enabled for new files.
|
JobPublishCheckin |
JobPublishCheckin.enableVersioningForNewFiles(boolean enableVersioningOnNewFiles)
Gets a JobPublishCheckin to specify whether to version new files.
|
JobPublishCheckin |
Job.getPublishCheckin()
Gets the check-in specification to use for the output files that are created by the job.
|
JobPublishCheckin |
JobPublishCheckin.major()
Gets a JobPublishCheckin with the
VersionType of MAJOR. |
JobPublishCheckin |
JobPublishCheckin.minor()
Gets a JobPublishCheckin with the
VersionType of MINOR. |
JobPublishCheckin |
JobPublishCheckin.versionType(VersionType versionType,
String customVersion)
Gets a JobPublishCheckin with the specified
VersionType using the specified version, if version type is
CUSTOM. |
Modifier and Type | Method and Description |
---|---|
void |
Job.setPublishCheckin(JobPublishCheckin publishCheckin)
Sets the check-in specification to use for the output files that are created by the job.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>