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

org.whitesource.maven.utils.proxy.ProxySettings Maven / Gradle / Ivy

There is a newer version: 20.7.1
Show newest version
package org.whitesource.maven.utils.proxy;

/**
 * Author: Itai Marko
 */
public interface ProxySettings {

    String getHostname();

    int getPort();

    String getUsername();

    String getPassword();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy