Uses of Class
io.jenkins.plugins.ksm.KsmSecret
-
Packages that use KsmSecret Package Description io.jenkins.plugins.ksm io.jenkins.plugins.ksm.notation -
-
Uses of KsmSecret in io.jenkins.plugins.ksm
Methods in io.jenkins.plugins.ksm that return types with arguments of type KsmSecret Modifier and Type Method Description List<KsmSecret>
KsmApplication. getSecrets()
Method parameters in io.jenkins.plugins.ksm with type arguments of type KsmSecret Modifier and Type Method Description void
KsmApplication. setSecrets(List<KsmSecret> secrets)
Constructor parameters in io.jenkins.plugins.ksm with type arguments of type KsmSecret Constructor Description KsmApplication(String credentialsId, List<KsmSecret> secrets)
-
Uses of KsmSecret in io.jenkins.plugins.ksm.notation
Methods in io.jenkins.plugins.ksm.notation with parameters of type KsmSecret Modifier and Type Method Description static KsmNotationItem
KsmNotation. parse(KsmSecret item, boolean allowFailure)
Parse a KsmSecret instance.
-