public static interface RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable extends Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>| Modifier and Type | Method and Description |
|---|---|
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable |
withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded value content.
|
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().
|
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().
|
attachRegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withBase64EncodedValueContent(String encodedValueContent)
encodedValueContent - the base64 encoded value content.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
overridingValues - a map which contains the values that will override the corresponding values specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
name - the name of the value to be overridden.overridingValue - the value of the value to be overridden.Copyright © 2019. All rights reserved.