Uses of Class
jenkins.scm.api.SCMSourceCategory
Packages that use SCMSourceCategory
Package
Description
The public API contract of the SCM API plugin.
The common implementations of classes in the public API.
-
Uses of SCMSourceCategory in jenkins.scm.api
Fields in jenkins.scm.api with type parameters of type SCMSourceCategoryModifier and TypeFieldDescriptionprotected Set<SCMSourceCategory>SCMNavigatorDescriptor.categoriesThe set ofSCMSourceCategorysingletons for this type ofSCMNavigatorMethods in jenkins.scm.api that return SCMSourceCategoryModifier and TypeMethodDescriptionprotected SCMSourceCategory[]SCMNavigatorDescriptor.createCategories()Creates the singletonSCMSourceCategoryinstances that this type ofSCMNavigatoris capable of producing.static SCMSourceCategorySCMSourceCategory.union(List<SCMSourceCategory> categories) Reduces a list of categories into a single composite category.Methods in jenkins.scm.api that return types with arguments of type SCMSourceCategoryModifier and TypeMethodDescriptionstatic List<SCMSourceCategory>SCMSourceCategory.addUncategorizedIfMissing(List<SCMSourceCategory> categories) Ensures that the supplied list of categories includes theUncategorizedSCMSourceCategory.static List<SCMSourceCategory>SCMSourceCategory.collect(Iterable<SCMNavigator> navigators) IteratesSCMNavigatorinstances collecting the unique list ofSCMSourceCategoryinstances.static Map<String,SCMSourceCategory> SCMSourceCategory.collectAndSimplify(Iterable<SCMNavigator> navigators) Collects theSCMSourceCategoryinstances from a set ofSCMNavigatorinstances and simplifies the result.final Set<? extends SCMSourceCategory>SCMNavigator.getCategories()Returns the set ofSCMSourceCategorythat thisSCMNavigatorsupports.final Set<SCMSourceCategory>SCMNavigatorDescriptor.getCategories()Returns the set ofSCMSourceCategorythat thisSCMNavigatorsupports.static Map<String,SCMSourceCategory> SCMSourceCategory.simplify(Iterable<SCMSourceCategory> categories) Simplifies a collection ofSCMSourceCategoryreplacing duplicates with theirunion(List).Methods in jenkins.scm.api with parameters of type SCMSourceCategoryModifier and TypeMethodDescriptionprotected booleanSCMNavigator.isCategoryEnabled(SCMSourceCategory category) Sub-classes can override this method to filter the categories that are available from a specific source.Method parameters in jenkins.scm.api with type arguments of type SCMSourceCategoryModifier and TypeMethodDescriptionstatic List<SCMSourceCategory>SCMSourceCategory.addUncategorizedIfMissing(List<SCMSourceCategory> categories) Ensures that the supplied list of categories includes theUncategorizedSCMSourceCategory.static Map<String,SCMSourceCategory> SCMSourceCategory.simplify(Iterable<SCMSourceCategory> categories) Simplifies a collection ofSCMSourceCategoryreplacing duplicates with theirunion(List).static SCMSourceCategorySCMSourceCategory.union(List<SCMSourceCategory> categories) Reduces a list of categories into a single composite category. -
Uses of SCMSourceCategory in jenkins.scm.impl
Subclasses of SCMSourceCategory in jenkins.scm.implModifier and TypeClassDescriptionfinal classStandard category for uncategorized instances.