Class OkHttpClientBuilder

java.lang.Object
com.cloudogu.scmmanager.OkHttpClientBuilder

public final class OkHttpClientBuilder extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static okhttp3.OkHttpClient
    Builds an OkHttpClient wrapped in JenkinsOkHttpClient.newClientBuilder(OkHttpClient) for proxy support and with an increased timeout of one minute.

    Methods inherited from class java.lang.Object

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

    • build

      public static okhttp3.OkHttpClient build()
      Builds an OkHttpClient wrapped in JenkinsOkHttpClient.newClientBuilder(OkHttpClient) for proxy support and with an increased timeout of one minute.