public class JobManagerTask extends Object
Constructor and Description |
---|
JobManagerTask() |
Modifier and Type | Method and Description |
---|---|
Boolean |
allowLowPriorityNode()
Get the allowLowPriorityNode value.
|
List<ApplicationPackageReference> |
applicationPackageReferences()
Get the applicationPackageReferences value.
|
AuthenticationTokenSettings |
authenticationTokenSettings()
Get the authenticationTokenSettings value.
|
String |
commandLine()
Get the commandLine value.
|
TaskConstraints |
constraints()
Get the constraints value.
|
TaskContainerSettings |
containerSettings()
Get the containerSettings value.
|
String |
displayName()
Get the displayName value.
|
List<EnvironmentSetting> |
environmentSettings()
Get the environmentSettings value.
|
String |
id()
Get the id value.
|
Boolean |
killJobOnCompletion()
Get the killJobOnCompletion value.
|
List<OutputFile> |
outputFiles()
Get the outputFiles value.
|
List<ResourceFile> |
resourceFiles()
Get the resourceFiles value.
|
Boolean |
runExclusive()
Get the runExclusive value.
|
UserIdentity |
userIdentity()
Get the userIdentity value.
|
JobManagerTask |
withAllowLowPriorityNode(Boolean allowLowPriorityNode)
Set the allowLowPriorityNode value.
|
JobManagerTask |
withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
JobManagerTask |
withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
JobManagerTask |
withCommandLine(String commandLine)
Set the commandLine value.
|
JobManagerTask |
withConstraints(TaskConstraints constraints)
Set the constraints value.
|
JobManagerTask |
withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
JobManagerTask |
withDisplayName(String displayName)
Set the displayName value.
|
JobManagerTask |
withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobManagerTask |
withId(String id)
Set the id value.
|
JobManagerTask |
withKillJobOnCompletion(Boolean killJobOnCompletion)
Set the killJobOnCompletion value.
|
JobManagerTask |
withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
JobManagerTask |
withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
JobManagerTask |
withRunExclusive(Boolean runExclusive)
Set the runExclusive value.
|
JobManagerTask |
withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
public String id()
public JobManagerTask withId(String id)
id
- the id value to setpublic String displayName()
public JobManagerTask withDisplayName(String displayName)
displayName
- the displayName value to setpublic String commandLine()
public JobManagerTask withCommandLine(String commandLine)
commandLine
- the commandLine value to setpublic TaskContainerSettings containerSettings()
public JobManagerTask withContainerSettings(TaskContainerSettings containerSettings)
containerSettings
- the containerSettings value to setpublic List<ResourceFile> resourceFiles()
public JobManagerTask withResourceFiles(List<ResourceFile> resourceFiles)
resourceFiles
- the resourceFiles value to setpublic List<OutputFile> outputFiles()
public JobManagerTask withOutputFiles(List<OutputFile> outputFiles)
outputFiles
- the outputFiles value to setpublic List<EnvironmentSetting> environmentSettings()
public JobManagerTask withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
environmentSettings
- the environmentSettings value to setpublic TaskConstraints constraints()
public JobManagerTask withConstraints(TaskConstraints constraints)
constraints
- the constraints value to setpublic Boolean killJobOnCompletion()
public JobManagerTask withKillJobOnCompletion(Boolean killJobOnCompletion)
killJobOnCompletion
- the killJobOnCompletion value to setpublic UserIdentity userIdentity()
public JobManagerTask withUserIdentity(UserIdentity userIdentity)
userIdentity
- the userIdentity value to setpublic Boolean runExclusive()
public JobManagerTask withRunExclusive(Boolean runExclusive)
runExclusive
- the runExclusive value to setpublic List<ApplicationPackageReference> applicationPackageReferences()
public JobManagerTask withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
applicationPackageReferences
- the applicationPackageReferences value to setpublic AuthenticationTokenSettings authenticationTokenSettings()
public JobManagerTask withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
authenticationTokenSettings
- the authenticationTokenSettings value to setpublic Boolean allowLowPriorityNode()
public JobManagerTask withAllowLowPriorityNode(Boolean allowLowPriorityNode)
allowLowPriorityNode
- the allowLowPriorityNode value to setCopyright © 2019. All rights reserved.