public class JobAddParameter extends Object
Constructor and Description |
---|
JobAddParameter() |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentSetting> |
commonEnvironmentSettings()
Get the commonEnvironmentSettings value.
|
JobConstraints |
constraints()
Get the constraints value.
|
String |
displayName()
Get the displayName value.
|
String |
id()
Get the id value.
|
JobManagerTask |
jobManagerTask()
Get the jobManagerTask value.
|
JobPreparationTask |
jobPreparationTask()
Get the jobPreparationTask value.
|
JobReleaseTask |
jobReleaseTask()
Get the jobReleaseTask value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
OnAllTasksComplete |
onAllTasksComplete()
Get the onAllTasksComplete value.
|
OnTaskFailure |
onTaskFailure()
Get the onTaskFailure value.
|
PoolInformation |
poolInfo()
Get the poolInfo value.
|
Integer |
priority()
Get the priority value.
|
Boolean |
usesTaskDependencies()
Get the usesTaskDependencies value.
|
JobAddParameter |
withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
JobAddParameter |
withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobAddParameter |
withDisplayName(String displayName)
Set the displayName value.
|
JobAddParameter |
withId(String id)
Set the id value.
|
JobAddParameter |
withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
JobAddParameter |
withJobPreparationTask(JobPreparationTask jobPreparationTask)
Set the jobPreparationTask value.
|
JobAddParameter |
withJobReleaseTask(JobReleaseTask jobReleaseTask)
Set the jobReleaseTask value.
|
JobAddParameter |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobAddParameter |
withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobAddParameter |
withOnTaskFailure(OnTaskFailure onTaskFailure)
Set the onTaskFailure value.
|
JobAddParameter |
withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobAddParameter |
withPriority(Integer priority)
Set the priority value.
|
JobAddParameter |
withUsesTaskDependencies(Boolean usesTaskDependencies)
Set the usesTaskDependencies value.
|
public String id()
public JobAddParameter withId(String id)
id
- the id value to setpublic String displayName()
public JobAddParameter withDisplayName(String displayName)
displayName
- the displayName value to setpublic Integer priority()
public JobAddParameter withPriority(Integer priority)
priority
- the priority value to setpublic JobConstraints constraints()
public JobAddParameter withConstraints(JobConstraints constraints)
constraints
- the constraints value to setpublic JobManagerTask jobManagerTask()
public JobAddParameter withJobManagerTask(JobManagerTask jobManagerTask)
jobManagerTask
- the jobManagerTask value to setpublic JobPreparationTask jobPreparationTask()
public JobAddParameter withJobPreparationTask(JobPreparationTask jobPreparationTask)
jobPreparationTask
- the jobPreparationTask value to setpublic JobReleaseTask jobReleaseTask()
public JobAddParameter withJobReleaseTask(JobReleaseTask jobReleaseTask)
jobReleaseTask
- the jobReleaseTask value to setpublic List<EnvironmentSetting> commonEnvironmentSettings()
public JobAddParameter withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
commonEnvironmentSettings
- the commonEnvironmentSettings value to setpublic PoolInformation poolInfo()
public JobAddParameter withPoolInfo(PoolInformation poolInfo)
poolInfo
- the poolInfo value to setpublic OnAllTasksComplete onAllTasksComplete()
public JobAddParameter withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
onAllTasksComplete
- the onAllTasksComplete value to setpublic OnTaskFailure onTaskFailure()
public JobAddParameter withOnTaskFailure(OnTaskFailure onTaskFailure)
onTaskFailure
- the onTaskFailure value to setpublic List<MetadataItem> metadata()
public JobAddParameter withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setpublic Boolean usesTaskDependencies()
public JobAddParameter withUsesTaskDependencies(Boolean usesTaskDependencies)
usesTaskDependencies
- the usesTaskDependencies value to setCopyright © 2019. All rights reserved.