Class HostnamePortSpecification

    • Constructor Detail

      • HostnamePortSpecification

        @DataBoundConstructor
        public HostnamePortSpecification​(@CheckForNull
                                         String includes,
                                         @CheckForNull
                                         String excludes)
        Constructor for stapler.
        Parameters:
        includes - Hostname and port combinations to match. A comma separated set of hostname:port with * wildcards supported. null signifies include everything.
        excludes - Hostname and port combinations to explicitly not match. A comma separated set of hostname:port with * wildcards supported. null signifies exclude nothing.
    • Method Detail

      • getIncludes

        @CheckForNull
        public String getIncludes()
        Returns the hostname and port combinations to match. A comma separated set of hostname:port with * wildcards supported. null signifies include everything.
        Returns:
        the hostname and port combinations to match.
      • getExcludes

        @CheckForNull
        public String getExcludes()
        Returns the hostname and port combinations to explicitly not match. A comma separated set of hostname:port with * wildcards supported. null signifies include everything.
        Returns:
        the hostname and port combinations to explicitly not match.