public class JobReleaseTask extends Object
Constructor and Description |
---|
JobReleaseTask() |
Modifier and Type | Method and Description |
---|---|
String |
commandLine()
Get the commandLine value.
|
TaskContainerSettings |
containerSettings()
Get the containerSettings value.
|
List<EnvironmentSetting> |
environmentSettings()
Get the environmentSettings value.
|
String |
id()
Get the id value.
|
org.joda.time.Period |
maxWallClockTime()
Get the maxWallClockTime value.
|
List<ResourceFile> |
resourceFiles()
Get the resourceFiles value.
|
org.joda.time.Period |
retentionTime()
Get the retentionTime value.
|
UserIdentity |
userIdentity()
Get the userIdentity value.
|
JobReleaseTask |
withCommandLine(String commandLine)
Set the commandLine value.
|
JobReleaseTask |
withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
JobReleaseTask |
withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobReleaseTask |
withId(String id)
Set the id value.
|
JobReleaseTask |
withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
Set the maxWallClockTime value.
|
JobReleaseTask |
withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
JobReleaseTask |
withRetentionTime(org.joda.time.Period retentionTime)
Set the retentionTime value.
|
JobReleaseTask |
withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
public String id()
public JobReleaseTask withId(String id)
id
- the id value to setpublic String commandLine()
public JobReleaseTask withCommandLine(String commandLine)
commandLine
- the commandLine value to setpublic TaskContainerSettings containerSettings()
public JobReleaseTask withContainerSettings(TaskContainerSettings containerSettings)
containerSettings
- the containerSettings value to setpublic List<ResourceFile> resourceFiles()
public JobReleaseTask withResourceFiles(List<ResourceFile> resourceFiles)
resourceFiles
- the resourceFiles value to setpublic List<EnvironmentSetting> environmentSettings()
public JobReleaseTask withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
environmentSettings
- the environmentSettings value to setpublic org.joda.time.Period maxWallClockTime()
public JobReleaseTask withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
maxWallClockTime
- the maxWallClockTime value to setpublic org.joda.time.Period retentionTime()
public JobReleaseTask withRetentionTime(org.joda.time.Period retentionTime)
retentionTime
- the retentionTime value to setpublic UserIdentity userIdentity()
public JobReleaseTask withUserIdentity(UserIdentity userIdentity)
userIdentity
- the userIdentity value to setCopyright © 2019. All rights reserved.