Class JenkinsBlazeMeterUtils

java.lang.Object
com.blazemeter.api.http.HttpUtils
com.blazemeter.api.utils.BlazeMeterUtils
hudson.plugins.blazemeter.utils.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 final String
     

    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

    Modifier and Type
    Method
    Description
    void
     
    protected String
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JENKINS_PLUGIN_INFO

      public static final String JENKINS_PLUGIN_INFO
  • Constructor Details

    • JenkinsBlazeMeterUtils

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