Class ProxyBlock


  • public final class ProxyBlock
    extends Object
    The ProxyBlock class corresponds to an "optionalBlock" jelly element that represents proxy configuration data.
    • Constructor Detail

      • ProxyBlock

        @DataBoundConstructor
        public ProxyBlock​(String phost,
                          String pport,
                          String puser,
                          String ppassword)
        Called by Jenkins with form data.
        Parameters:
        phost - a String object.
        pport - a String object.
        puser - a String object.
        ppassword - a String object.
    • Method Detail

      • getPhost

        public String getPhost()
        Corresponds to the phost identifier referenced in a jelly file.
        Returns:
        a String object.
      • getPport

        public String getPport()
        Corresponds to the pport identifier referenced in a jelly file.
        Returns:
        a String object.
      • getPuser

        public String getPuser()
        Corresponds to the puser identifier referenced in a jelly file.
        Returns:
        a String object.
      • getPpassword

        public String getPpassword()
        Corresponds to the ppassword identifier referenced in a jelly file.
        Returns:
        a String object.