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

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

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 - 2024 Weber Informatics LLC | Privacy Policy