public class ExtendedArgumentListBuilder
extends hudson.util.ArgumentListBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedArgumentListBuilder.PresetType |
| Constructor and Description |
|---|
ExtendedArgumentListBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedArgumentListBuilder |
add(String arg,
boolean mask) |
List<String> |
getAlteredArgs() |
ExtendedArgumentListBuilder |
presetArg(ExtendedArgumentListBuilder.PresetType type,
String key) |
ExtendedArgumentListBuilder |
presetArg(ExtendedArgumentListBuilder.PresetType type,
String key,
String value) |
add, add, add, add, add, add, addKeyValuePair, addKeyValuePairs, addKeyValuePairs, addKeyValuePairsFromPropertyString, addKeyValuePairsFromPropertyString, addMasked, addMasked, addQuoted, addQuoted, addTokenized, clear, clone, hasMaskedArguments, prepend, toCommandArray, toList, toMaskArray, toString, toStringWithQuote, toWindowsCommand, toWindowsCommandpublic ExtendedArgumentListBuilder presetArg(ExtendedArgumentListBuilder.PresetType type, String key, String value)
public ExtendedArgumentListBuilder presetArg(ExtendedArgumentListBuilder.PresetType type, String key) throws IllegalArgumentException
IllegalArgumentExceptionpublic ExtendedArgumentListBuilder add(String arg, boolean mask)
add in class hudson.util.ArgumentListBuilderCopyright © 2016–2020. All rights reserved.