Uses of Class
hudson.model.TopLevelItemDescriptor

Packages that use TopLevelItemDescriptor
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of TopLevelItemDescriptor in hudson.matrix
 

Subclasses of TopLevelItemDescriptor in hudson.matrix
static class MatrixProject.DescriptorImpl
           
 

Uses of TopLevelItemDescriptor in hudson.maven
 

Subclasses of TopLevelItemDescriptor in hudson.maven
static class MavenModuleSet.DescriptorImpl
           
 

Uses of TopLevelItemDescriptor in hudson.model
 

Subclasses of TopLevelItemDescriptor in hudson.model
static class AbstractProject.AbstractProjectDescriptor
          AbstractProject subtypes should implement this base class as a descriptor.
static class FreeStyleProject.DescriptorImpl
           
 

Fields in hudson.model with type parameters of type TopLevelItemDescriptor
static List<TopLevelItemDescriptor> Items.LIST
          Deprecated. as of 1.286 Use Items.all() for read access and Extension for registration.
 

Methods in hudson.model that return TopLevelItemDescriptor
 TopLevelItemDescriptor TopLevelItem.getDescriptor()
           
static TopLevelItemDescriptor Items.getDescriptor(String fqcn)
           
 

Methods in hudson.model that return types with arguments of type TopLevelItemDescriptor
static ExtensionList<TopLevelItemDescriptor> TopLevelItemDescriptor.all()
          Returns all the registered TopLevelItem descriptors.
static DescriptorExtensionList<TopLevelItem,TopLevelItemDescriptor> Items.all()
          Returns all the registered TopLevelItemDescriptors.
 

Methods in hudson.model with parameters of type TopLevelItemDescriptor
 TopLevelItem ItemGroupMixIn.createProject(TopLevelItemDescriptor type, String name, boolean notify)
           
 

Uses of TopLevelItemDescriptor in jenkins.model
 

Methods in jenkins.model that return TopLevelItemDescriptor
 TopLevelItemDescriptor AbstractTopLevelItem.getDescriptor()
           
 

Methods in jenkins.model with parameters of type TopLevelItemDescriptor
 TopLevelItem Jenkins.createProject(TopLevelItemDescriptor type, String name)
           
 TopLevelItem ModifiableTopLevelItemGroup.createProject(TopLevelItemDescriptor type, String name, boolean notify)
          Creates a new job.
 TopLevelItem Jenkins.createProject(TopLevelItemDescriptor type, String name, boolean notify)
           
 

Uses of TopLevelItemDescriptor in org.jvnet.hudson.test
 

Subclasses of TopLevelItemDescriptor in org.jvnet.hudson.test
static class MockFolder.DescriptorImpl
           
 

Methods in org.jvnet.hudson.test that return TopLevelItemDescriptor
 TopLevelItemDescriptor MockFolder.getDescriptor()
           
 

Methods in org.jvnet.hudson.test with parameters of type TopLevelItemDescriptor
 TopLevelItem MockFolder.createProject(TopLevelItemDescriptor type, String name, boolean notify)
           
 



Copyright © 2004-2013. All Rights Reserved.