Package | Description |
---|---|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
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 |
---|---|
static SourceLocation |
SourceLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLocation[] |
SourceLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
JobDescriptor.getSourceLocation()
Get the source location in which this job lives
|
SourceLocation |
ManifestFile.getSourceLocation()
Returns whether the file lives in the repository or workspace
|
Modifier and Type | Method and Description |
---|---|
void |
JobDescriptor.setSourceLocation(SourceLocation sourceLocation)
Set the source location for this job
|
Constructor and Description |
---|
JobDescriptor(String path,
String version,
SourceLocation sourceLocation)
Constructor
|
ManifestFile(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestInput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
String referencingProgram,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestOutput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
boolean wasCheckedIn,
String checkInErrorMessage,
String refrencingProgram,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestProgram(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
ManifestProgram.ExecutionStatus executionStatus,
Long executionTime,
String executionStatusMessage,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA