Class SchemeSpecification

    • Constructor Detail

      • SchemeSpecification

        @DataBoundConstructor
        public SchemeSpecification​(@CheckForNull
                                   String schemes)
        Constructor for stapler.
        Parameters:
        schemes - A comma separated list of scheme names.
    • Method Detail

      • getSchemes

        @CheckForNull
        public String getSchemes()
        Returns the comma separated list of URI schemes that this specification matches.
        Returns:
        the comma separated list of URI schemes that this specification matches.