Uses of Class
jenkins.test.https.KeyStoreManager
Packages that use KeyStoreManager
Package
Description
Test harness for Jenkins and its plugins.
-
Uses of KeyStoreManager in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test with parameters of type KeyStoreManagerModifier and TypeMethodDescriptionRealJenkinsRule.https
(String host, KeyStoreManager keyStoreManager, X509Certificate rootCA) Sets up HTTPS for the current instance, and disables plain HTTP. -
Uses of KeyStoreManager in org.jvnet.hudson.test.junit.jupiter
Methods in org.jvnet.hudson.test.junit.jupiter with parameters of type KeyStoreManagerModifier and TypeMethodDescriptionRealJenkinsExtension.https
(String host, KeyStoreManager keyStoreManager, X509Certificate rootCA) Sets up HTTPS for the current instance, and disables plain HTTP.