Class MavenServerIdSpecification

  • All Implemented Interfaces:
    ExtensionPoint, Describable<com.cloudbees.plugins.credentials.domains.DomainSpecification>, Serializable

    public class MavenServerIdSpecification
    extends com.cloudbees.plugins.credentials.domains.DomainSpecification
    Author:
    Dominik Bartholdi (imod)
    See Also:
    Serialized Form
    • Constructor Detail

      • MavenServerIdSpecification

        @DataBoundConstructor
        public MavenServerIdSpecification​(String includes,
                                          String excludes)
        Constructor for stapler.
        Parameters:
        includes - ServerIds to match. A comma separated set of serverId with * wildcards supported. null signifies include everything.
        excludes - ServerIds to explicitly not match. A comma separated set of serverId with * wildcards supported. null signifies exclude nothing.
    • Method Detail

      • getExcludes

        public String getExcludes()
      • getIncludes

        public String getIncludes()
      • test

        public com.cloudbees.plugins.credentials.domains.DomainSpecification.Result test​(com.cloudbees.plugins.credentials.domains.DomainRequirement requirement)
        Specified by:
        test in class com.cloudbees.plugins.credentials.domains.DomainSpecification
        See Also:
        DomainSpecification.test(com.cloudbees.plugins.credentials.domains.DomainRequirement)