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

es.nitaur.bitbucket.rest.client.http.BitBucketExecutor Maven / Gradle / Ivy

package es.nitaur.bitbucket.rest.client.http;

public interface BitBucketExecutor {

    HttpResponse execute(HttpRequest httpRequest);

    void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy