ArgumentsBuilderExtension.

GetArgumentFromStringProperty(PropertyInfo, string, bool) Method

Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
ArgumentsBuilderExtension

Syntax

public static Nullable<DockerArgument> GetArgumentFromStringProperty(PropertyInfo property, string value, bool isSecret)

Parameters

Name Type Description
property PropertyInfo
value string
isSecret bool

Return Value

Type Description
Nullable<DockerArgument>