| Package | Description |
|---|---|
| io.jenkins.plugins.ksm.notation |
| Modifier and Type | Method and Description |
|---|---|
static KsmNotationItem |
KsmNotation.find(String envVar,
String notation,
boolean allowFailure)
Check in envVar is a keeper notation and then attempt to parse it.
|
static KsmNotationItem |
KsmNotation.parse(KsmSecret item,
boolean allowFailure)
Parse a KsmSecret instance.
|
static KsmNotationItem |
KsmNotation.parse(String envVar,
String notation,
boolean allowFailure)
Parse an environmental variable notation.
|
static KsmNotationItem |
KsmNotation.parse(String destination,
String envVar,
String filePath,
String notation,
boolean allowFailure)
Parse notation and keeper track the destination
|
| Modifier and Type | Method and Description |
|---|---|
void |
KsmNotation.run(KsmCredential credential,
Map<String,KsmNotationItem> items) |
Copyright © 2016–2022. All rights reserved.