public class JobTaskSetup extends TaskSetup
description, name
Constructor and Description |
---|
JobTaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobPath()
Gets the full path of the job.
|
String |
getJobVersion()
Gets the version of the job.
|
List<ParameterValue> |
getParameterValues()
Get the parameter values that override the default parameter values in the job.
|
int |
hashCode() |
void |
setJobPath(String jobPath)
Sets the full path of the job.
|
void |
setJobVersion(String jobVersion)
Sets the version of the job.
|
void |
setParameterValues(List<ParameterValue> parameterValues)
Sets the parameter values that override the default parameter values in the job.
|
String |
toString() |
getAttributes, setAttributes, setDescription, setName
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public JobTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier)
name
- The name of the element.description
- The description of the element.elementId
- The identifier of the element as it appears in the process flow definition.type
- The type of the element.processFlowIdentifier
- The identifier of the process flow that contains the element.public String getJobPath()
public void setJobPath(String jobPath)
jobPath
- The full path.public String getJobVersion()
public void setJobVersion(String jobVersion)
jobVersion
- The version.public List<ParameterValue> getParameterValues()
public void setParameterValues(List<ParameterValue> parameterValues)
parameterValues
- The parameter values that override the default parameter values in the job.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>