Uses of Class
hudson.model.TopLevelItemDescriptor
Packages that use TopLevelItemDescriptor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Security-related code.
-
Uses of TopLevelItemDescriptor in hudson.model
Subclasses of TopLevelItemDescriptor in hudson.modelModifier and TypeClassDescriptionstatic classAbstractProjectsubtypes should implement this base class as a descriptor.static classFields in hudson.model with type parameters of type TopLevelItemDescriptorModifier and TypeFieldDescriptionstatic final List<TopLevelItemDescriptor> Items.LISTDeprecated.Methods in hudson.model that return TopLevelItemDescriptorModifier and TypeMethodDescriptionstatic TopLevelItemDescriptorItems.getDescriptor(String fqcn) Deprecated.Underspecified what the parameter is.TopLevelItem.getDescriptor()Methods in hudson.model that return types with arguments of type TopLevelItemDescriptorModifier and TypeMethodDescriptionItems.all()Returns all the registeredTopLevelItemDescriptors.static List<TopLevelItemDescriptor> Returns all the registeredTopLevelItemDescriptors that the current security principal is allowed to create within the specified item group.static List<TopLevelItemDescriptor> Items.all(Authentication a, ItemGroup c) Deprecated.static ExtensionList<TopLevelItemDescriptor> TopLevelItemDescriptor.all()Returns all the registeredTopLevelItemdescriptors.static List<TopLevelItemDescriptor> Returns all the registeredTopLevelItemDescriptors that the specified security principal is allowed to create within the specified item group.Methods in hudson.model with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionItemGroupMixIn.createProject(TopLevelItemDescriptor type, String name, boolean notify) -
Uses of TopLevelItemDescriptor in hudson.security
Methods in hudson.security with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionfinal voidChecks if the current security principal has the permission to create top level items within the specified item group.booleanACL.hasCreatePermission(Authentication a, ItemGroup c, TopLevelItemDescriptor d) booleanACL.hasCreatePermission2(org.springframework.security.core.Authentication a, ItemGroup c, TopLevelItemDescriptor d) Checks if the given principal has the permission to create top level items within the specified item group. -
Uses of TopLevelItemDescriptor in jenkins.model
Methods in jenkins.model that return TopLevelItemDescriptorMethods in jenkins.model with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionJenkins.createProject(TopLevelItemDescriptor type, String name) Jenkins.createProject(TopLevelItemDescriptor type, String name, boolean notify) ModifiableTopLevelItemGroup.createProject(TopLevelItemDescriptor type, String name, boolean notify) Creates a new job. -
Uses of TopLevelItemDescriptor in jenkins.model.item_category
Methods in jenkins.model.item_category with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionstatic ItemCategoryItemCategory.getCategory(TopLevelItemDescriptor descriptor) AItemCategoryassociated to thisTopLevelItemDescriptor.
Items.all()for read access andExtensionfor registration.