All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.stash.rest.client.httpclient.HttpClientStashClientFactory Maven / Gradle / Ivy

There is a newer version: 2.3.12
Show newest version
package com.atlassian.stash.rest.client.httpclient;

import com.atlassian.stash.rest.client.api.StashClient;

import javax.annotation.Nonnull;

public interface HttpClientStashClientFactory {

    StashClient getStashClient(@Nonnull HttpClientConfig config);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy