Class ItemCategory

    • Field Detail

      • MIN_TOSHOW

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        @RestrictedSince("2.14")
        public static final int MIN_TOSHOW
        This field indicates how much non-default categories are required in order to start showing them in Jenkins. This field is restricted for the internal use only, because all other changes would cause binary compatibility issues. See JENKINS-36593 for more info.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ItemCategory

        public ItemCategory()
    • Method Detail

      • getId

        public abstract String getId()
        Identifier, e.g. "standaloneprojects", etc.
        Returns:
        the identifier
      • getDescription

        public abstract String getDescription()
        The description in plain text
        Returns:
        the description
      • getDisplayName

        public abstract String getDisplayName()
        A human readable name.
        Returns:
        the display name
      • getMinToShow

        public abstract int getMinToShow()
        Minimum number of items required to show the category.
        Returns:
        the minimum items required
      • getOrder

        public int getOrder()