Class JenkinsBlazeMeterUtils


  • public class JenkinsBlazeMeterUtils
    extends com.blazemeter.api.utils.BlazeMeterUtils
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.blazemeter.api.http.HttpUtils

        com.blazemeter.api.http.HttpUtils.AuthenticatorExt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String JENKINS_PLUGIN_INFO  
      • Fields inherited from class com.blazemeter.api.utils.BlazeMeterUtils

        address, dataAddress, notifier
      • Fields inherited from class com.blazemeter.api.http.HttpUtils

        ACCEPT, APP_JSON, APP_JSON_UTF_8, AUTHORIZATION, CONTENT_TYPE, FILE_STREAM, httpClient, JSON_CONTENT, logger, PROXY_HOST, PROXY_PASS, PROXY_PORT, PROXY_USER, service
    • Constructor Summary

      Constructors 
      Constructor Description
      JenkinsBlazeMeterUtils​(String apiKeyId, String apiKeySecret, String address, com.blazemeter.api.logging.UserNotifier notifier, com.blazemeter.api.logging.Logger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void closeLogger()  
      protected String modifyRequestUrl​(String url)  
      • Methods inherited from class com.blazemeter.api.utils.BlazeMeterUtils

        addRequiredHeader, extractErrorMessage, getAddress, getCheckTimeout, getDataAddress, getNotifier, isValidCredantials, processResponse, setAddress, setApiKeyId, setApiKeySecret, setDataAddress
      • Methods inherited from class com.blazemeter.api.http.HttpUtils

        createGet, createHTTPClient, createPatch, createPatch, createPost, createPost, createPost, execute, executeRequest, getLogger, setLogger
    • Field Detail

      • JENKINS_PLUGIN_INFO

        public static final String JENKINS_PLUGIN_INFO
    • Constructor Detail

      • JenkinsBlazeMeterUtils

        public JenkinsBlazeMeterUtils​(String apiKeyId,
                                      String apiKeySecret,
                                      String address,
                                      com.blazemeter.api.logging.UserNotifier notifier,
                                      com.blazemeter.api.logging.Logger logger)