Package configurationslicing
Class TopLevelItemSelector
java.lang.Object
configurationslicing.TopLevelItemSelector
Helper class to provide all top level items configured in Jenkins, excluding other items
held in folders, such as maven modules
-
Method Summary
Modifier and TypeMethodDescriptiongetAllTopLevelItems
(Class<T> clazz) Provide all top level items configured in Jenkins
-
Method Details
-
getAllTopLevelItems
Provide all top level items configured in Jenkins- Parameters:
clazz
- the type to search the ItemGroup for- Returns:
- all items in the Jenkins ItemGroup tree which are of type TopLevelItem
-