Class AuthenticationSupport
java.lang.Object
io.jenkins.plugins.security.scan.extension.global.AuthenticationSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal org.apache.hc.core5.http.HttpResponse
attemptBlackDuckSCAAuthentication
(String blackDuckSCAUrl, String blackDuckSCACredentialsId, int timeoutInSeconds) final org.apache.hc.core5.http.HttpResponse
attemptCoverityAuthentication
(String coverityConnectUrl, String coverityCredentialsId, int timeoutInSeconds) final org.apache.hc.core5.http.HttpResponse
attemptPolarisAuthentication
(String polarisServerUrl, String polarisCredentialsId, int timeoutInSeconds) final org.apache.hc.core5.http.HttpResponse
attemptSrmAuthentication
(String srmUrl, String srmCredentialsId, int timeoutInSeconds) org.apache.hc.core5.http.HttpResponse
executeRequest
(org.apache.hc.client5.http.classic.methods.HttpUriRequest httpUriRequest, int timeoutInSeconds) org.apache.hc.client5.http.config.RequestConfig
getRequestConfig
(int timeoutInSeconds)
-
Constructor Details
-
AuthenticationSupport
public AuthenticationSupport()
-
-
Method Details
-
attemptBlackDuckSCAAuthentication
-
attemptPolarisAuthentication
-
attemptCoverityAuthentication
-
attemptSrmAuthentication
-
executeRequest
public org.apache.hc.core5.http.HttpResponse executeRequest(org.apache.hc.client5.http.classic.methods.HttpUriRequest httpUriRequest, int timeoutInSeconds) -
getRequestConfig
public org.apache.hc.client5.http.config.RequestConfig getRequestConfig(int timeoutInSeconds)
-