public static interface ToolTypeSettings.CustomToolkit.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ToolTypeSettings.CustomToolkit.DefinitionStages.Blank<ParentT>
The first stage of the custom toolkit job settings definition.
|
static interface |
ToolTypeSettings.CustomToolkit.DefinitionStages.WithAttach<ParentT>
The final stage of the custom toolkit job settings definition.
|
static interface |
ToolTypeSettings.CustomToolkit.DefinitionStages.WithCommandLine<ParentT>
Specifies the command line to execute the custom toolkit Job.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/