public class TaskAddParameter extends Object
| Constructor and Description |
|---|
TaskAddParameter() |
| Modifier and Type | Method and Description |
|---|---|
AffinityInformation |
affinityInfo()
Get the affinityInfo 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.
|
TaskDependencies |
dependsOn()
Get the dependsOn value.
|
String |
displayName()
Get the displayName value.
|
List<EnvironmentSetting> |
environmentSettings()
Get the environmentSettings value.
|
ExitConditions |
exitConditions()
Get the exitConditions value.
|
String |
id()
Get the id value.
|
MultiInstanceSettings |
multiInstanceSettings()
Get the multiInstanceSettings value.
|
List<OutputFile> |
outputFiles()
Get the outputFiles value.
|
List<ResourceFile> |
resourceFiles()
Get the resourceFiles value.
|
UserIdentity |
userIdentity()
Get the userIdentity value.
|
TaskAddParameter |
withAffinityInfo(AffinityInformation affinityInfo)
Set the affinityInfo value.
|
TaskAddParameter |
withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
TaskAddParameter |
withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
TaskAddParameter |
withCommandLine(String commandLine)
Set the commandLine value.
|
TaskAddParameter |
withConstraints(TaskConstraints constraints)
Set the constraints value.
|
TaskAddParameter |
withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
TaskAddParameter |
withDependsOn(TaskDependencies dependsOn)
Set the dependsOn value.
|
TaskAddParameter |
withDisplayName(String displayName)
Set the displayName value.
|
TaskAddParameter |
withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
TaskAddParameter |
withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
TaskAddParameter |
withId(String id)
Set the id value.
|
TaskAddParameter |
withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
Set the multiInstanceSettings value.
|
TaskAddParameter |
withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
TaskAddParameter |
withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
TaskAddParameter |
withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
public String id()
public TaskAddParameter withId(String id)
id - the id value to setpublic String displayName()
public TaskAddParameter withDisplayName(String displayName)
displayName - the displayName value to setpublic String commandLine()
public TaskAddParameter withCommandLine(String commandLine)
commandLine - the commandLine value to setpublic TaskContainerSettings containerSettings()
public TaskAddParameter withContainerSettings(TaskContainerSettings containerSettings)
containerSettings - the containerSettings value to setpublic ExitConditions exitConditions()
public TaskAddParameter withExitConditions(ExitConditions exitConditions)
exitConditions - the exitConditions value to setpublic List<ResourceFile> resourceFiles()
public TaskAddParameter withResourceFiles(List<ResourceFile> resourceFiles)
resourceFiles - the resourceFiles value to setpublic List<OutputFile> outputFiles()
public TaskAddParameter withOutputFiles(List<OutputFile> outputFiles)
outputFiles - the outputFiles value to setpublic List<EnvironmentSetting> environmentSettings()
public TaskAddParameter withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
environmentSettings - the environmentSettings value to setpublic AffinityInformation affinityInfo()
public TaskAddParameter withAffinityInfo(AffinityInformation affinityInfo)
affinityInfo - the affinityInfo value to setpublic TaskConstraints constraints()
public TaskAddParameter withConstraints(TaskConstraints constraints)
constraints - the constraints value to setpublic UserIdentity userIdentity()
public TaskAddParameter withUserIdentity(UserIdentity userIdentity)
userIdentity - the userIdentity value to setpublic MultiInstanceSettings multiInstanceSettings()
public TaskAddParameter withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
multiInstanceSettings - the multiInstanceSettings value to setpublic TaskDependencies dependsOn()
public TaskAddParameter withDependsOn(TaskDependencies dependsOn)
dependsOn - the dependsOn value to setpublic List<ApplicationPackageReference> applicationPackageReferences()
public TaskAddParameter withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
applicationPackageReferences - the applicationPackageReferences value to setpublic AuthenticationTokenSettings authenticationTokenSettings()
public TaskAddParameter withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
authenticationTokenSettings - the authenticationTokenSettings value to setCopyright © 2019. All rights reserved.