| Modifier and Type | Method and Description |
|---|---|
StartTask |
StartTask.withCommandLine(String commandLine)
Set the commandLine value.
|
StartTask |
StartTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
StartTask |
StartTask.withMaxTaskRetryCount(Integer maxTaskRetryCount)
Set the maxTaskRetryCount value.
|
StartTask |
StartTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
StartTask |
StartTask.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
StartTask |
StartTask.withWaitForSuccess(Boolean waitForSuccess)
Set the waitForSuccess value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/