ArgumentsBuilderExtension.

GetArgumentFromProperty<TSettings>(PropertyInfo, TSettings, bool, bool) Method

Summary

Gets and processes property value from settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
ArgumentsBuilderExtension

Syntax

public static IEnumerable<Nullable<DockerArgument>> GetArgumentFromProperty<TSettings>(PropertyInfo property, TSettings settings, bool preCommand, bool isSecret) 
    where TSettings : AutoToolSettings, new()

Attributes

Type Description
IteratorStateMachineAttribute

Type Parameters

Name Description
TSettings

Parameters

Name Type Description
property PropertyInfo
settings TSettings The settings.
preCommand bool Pre or post command.
isSecret bool

Return Value

Type Description
IEnumerable<Nullable<DockerArgument>>