Class ArtifactRepoParamProxy

  • All Implemented Interfaces:
    Serializable

    public final class ArtifactRepoParamProxy
    extends Object
    implements Serializable
    An immutable bean storing proxy related information defined in the optional block in the config view (Connection Options).
    See Also:
    Serialized Form
    • Constructor Detail

      • ArtifactRepoParamProxy

        @DataBoundConstructor
        public ArtifactRepoParamProxy​(String proxyProtocol,
                                      String proxyHost,
                                      String proxyPort,
                                      String proxyCredentialsId)
    • Method Detail

      • isProxyActive

        public boolean isProxyActive()