Uses of Class
com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
-
Packages that use HALMConnection.CertificateResult Package Description com.perforce.halm.jenkins.globalconfig -
-
Uses of HALMConnection.CertificateResult in com.perforce.halm.jenkins.globalconfig
Methods in com.perforce.halm.jenkins.globalconfig that return HALMConnection.CertificateResult Modifier and Type Method Description HALMConnection.CertificateResult
HALMConnection. retrieveSSLCertificates()
Connect to the configured Helix ALM REST API address and attempt to download the server's SSL certificates.static HALMConnection.CertificateResult
HALMConnection. retrieveSSLCertificates(String halmAPIAddress, String connectionName, boolean acceptSSLCertificates, List<String> currentCertificates)
Connect to the specified Helix ALM REST API address and attempt to download the server's SSL certificates.
-