Uses of Class
com.delinea.secrets.jenkins.wrapper.cred.ServerSecret
-
Packages that use ServerSecret Package Description com.delinea.secrets.jenkins.wrapper.cred -
-
Uses of ServerSecret in com.delinea.secrets.jenkins.wrapper.cred
Methods in com.delinea.secrets.jenkins.wrapper.cred that return types with arguments of type ServerSecret Modifier and Type Method Description List<ServerSecret>
ServerBuildWrapper. getSecrets()
Method parameters in com.delinea.secrets.jenkins.wrapper.cred with type arguments of type ServerSecret Modifier and Type Method Description void
ServerBuildWrapper. setSecrets(List<ServerSecret> secrets)
Constructor parameters in com.delinea.secrets.jenkins.wrapper.cred with type arguments of type ServerSecret Constructor Description ServerBuildWrapper(List<ServerSecret> secrets)
-