public class Job extends JobDescriptor
JobDescriptor.Tree
Constructor and Description |
---|
Job(Job job)
Copy constructor
|
Job(String path,
String version)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the job
|
Set<ResourceSpecification> |
getInputs()
Get the set of inputs associated with this job
|
String |
getLogPath()
Get the log path for this job
|
String |
getLstPath()
Get the list path for this job
|
String |
getManifestPath()
Get the manifest path for this job
|
NewFileCheckinSpecification |
getOutputFileCheckinSpec()
Get the checkin specification to use for new files created by this job.
|
Set<ResourceSpecification> |
getOutputs()
Get the set of outputs associated with this job
|
Set<JobParameter> |
getParameters()
Get the job parameters.
|
String |
getReleaseVersion()
Get the release version of this job
|
List<ResourceSpecification> |
getTasks()
Get the tasks associated with this job.
|
void |
setDescription(String description)
Set the description of the job
|
void |
setInputs(Set<ResourceSpecification> inputs)
Set the set of inputs associated with this job
|
void |
setLogPath(String logPath)
Set the log path for this job
|
void |
setLstPath(String lstPath)
Set the list path for this job
|
void |
setManifestPath(String manifestPath)
Set the manifest path for this job
|
void |
setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
Set the checkin specification to use for new files created by this job.
|
void |
setOutputs(Set<ResourceSpecification> outputs)
Set the set of outputs associated with this job
|
void |
setParameters(Set<JobParameter> parameters)
Set the job parameters.
|
void |
setTasks(List<ResourceSpecification> tasks)
Set the tasks associated with this job.
|
equals, getPath, getTree, getVersion, hashCode, setTree, toString
public Job(String path, String version)
path
- path of the jobversion
- version label for the jobpublic Job(Job job)
job
- the job to copypublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic List<ResourceSpecification> getTasks()
public void setTasks(List<ResourceSpecification> tasks)
tasks
- the tasks to setpublic Set<ResourceSpecification> getInputs()
public void setInputs(Set<ResourceSpecification> inputs)
inputs
- the inputs to setpublic Set<ResourceSpecification> getOutputs()
public void setOutputs(Set<ResourceSpecification> outputs)
outputs
- the outputs to setpublic NewFileCheckinSpecification getOutputFileCheckinSpec()
public void setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
outputFileCheckinSpec
- the outputFileCheckinSpec to setpublic String getReleaseVersion()
public String getLogPath()
public void setLogPath(String logPath)
logPath
- the logPath to setpublic String getLstPath()
public void setLstPath(String lstPath)
lstPath
- the lstPath to setpublic String getManifestPath()
public void setManifestPath(String manifestPath)
manifestPath
- the manifestPath to setpublic Set<JobParameter> getParameters()
public void setParameters(Set<JobParameter> parameters)
parameters
- the parameters to setCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA