AppendAll<TSettings>(ProcessArgumentBuilder, string, TSettings, string[]) |
void |
Appends all arguments from settings and arguments.
static
|
AppendArguments<TSettings>(ProcessArgumentBuilder, TSettings, bool) |
void |
Appends pre or post command arguments.
static
|
ConvertTimeSpan(TimeSpan) |
string |
static
|
GetArgumentFromAutoProperty(AutoPropertyAttribute, PropertyInfo, object) |
string |
Uses format specified in attribute to format the argument.
static
|
GetArgumentFromBoolProperty(PropertyInfo, bool) |
string |
static
|
GetArgumentFromDictionaryProperty(PropertyInfo, Dictionary<string, string>, bool) |
IEnumerable<Nullable<DockerArgument>> |
static
|
GetArgumentFromNullableBoolProperty(PropertyInfo, Nullable<bool>) |
string |
static
|
GetArgumentFromNullableInt64Property(PropertyInfo, Nullable<long>) |
string |
static
|
GetArgumentFromNullableIntProperty(PropertyInfo, Nullable<int>) |
string |
static
|
GetArgumentFromNullableTimeSpanProperty(PropertyInfo, Nullable<TimeSpan>) |
string |
static
|
GetArgumentFromNullableUInt16Property(PropertyInfo, Nullable<ushort>) |
string |
static
|
GetArgumentFromNullableUInt64Property(PropertyInfo, Nullable<ulong>) |
string |
static
|
GetArgumentFromProperty<TSettings>(PropertyInfo, TSettings, bool, bool) |
IEnumerable<Nullable<DockerArgument>> |
Gets and processes property value from settings.
static
|
GetArgumentFromStringArrayListProperty(PropertyInfo, string[], bool) |
Nullable<DockerArgument> |
static
|
GetArgumentFromStringArrayProperty(PropertyInfo, string[], bool) |
IEnumerable<Nullable<DockerArgument>> |
static
|
GetArgumentFromStringProperty(PropertyInfo, string, bool) |
Nullable<DockerArgument> |
static
|
GetAutoPropertyAttributeOrNull(PropertyInfo) |
AutoPropertyAttribute |
static
|
GetPropertyName(string) |
string |
Converts property name to docker arguments format
static
|
IsPropertyValueSecret<TSettings>(PropertyInfo, TSettings) |
bool |
Checks out whether given property is a secret.
static
|