| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryFileTaskStep.Definition
Container interface for all the definitions related to a RegistryFileTaskStep.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable.withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable.withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withValuesPath().
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
RegistryFileTaskStep.DefinitionStages.FileTaskPath.withTaskPath(String path)
The function that specifies the path to the task file.
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable.withValuesPath(String path)
The function that specifies the path to the values.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/