RegistryEncodedTaskStep.Update |
RegistryTask.UpdateStages.TaskStepType.updateEncodedTaskStep() |
The function that specifies a task step of type EncodedTaskStep.
|
RegistryEncodedTaskStep.Update |
RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent.withBase64EncodedTaskContent(String encodedTaskContent) |
The function that specifies the path to the base64 encoded task content.
|
RegistryEncodedTaskStep.Update |
RegistryEncodedTaskStep.UpdateStages.ValuePath.withBase64EncodedValueContent(String encodedValueContent) |
The function that specifies the path to the base64 encoded value content.
|
RegistryEncodedTaskStep.Update |
RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValue(String name,
OverridingValue overridingValue) |
The function that specifies a single value that will override the corresponding value specified under the
function withBase64EncodedValueContent().
|
RegistryEncodedTaskStep.Update |
RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValues(Map<String,OverridingValue> overridingValues) |
The function that specifies the values that override the corresponding values specified under the
function withBase64EncodedValueContent().
|