| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| jenkins.model |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractProject.AbstractProjectDescriptor
AbstractProject subtypes should implement this base class as a descriptor. |
static class |
FreeStyleProject.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static List<TopLevelItemDescriptor> |
Items.LIST
Deprecated.
as of 1.286
Use
Items.all() for read access and Extension for registration. |
| Modifier and Type | Method and Description |
|---|---|
TopLevelItemDescriptor |
TopLevelItem.getDescriptor() |
static TopLevelItemDescriptor |
Items.getDescriptor(String fqcn) |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<TopLevelItem,TopLevelItemDescriptor> |
Items.all()
Returns all the registered
TopLevelItemDescriptors. |
static ExtensionList<TopLevelItemDescriptor> |
TopLevelItemDescriptor.all()
Returns all the registered
TopLevelItem descriptors. |
| Modifier and Type | Method and Description |
|---|---|
TopLevelItem |
ItemGroupMixIn.createProject(TopLevelItemDescriptor type,
String name,
boolean notify) |
| Modifier and Type | Method and Description |
|---|---|
TopLevelItemDescriptor |
AbstractTopLevelItem.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
TopLevelItem |
Jenkins.createProject(TopLevelItemDescriptor type,
String name) |
TopLevelItem |
Jenkins.createProject(TopLevelItemDescriptor type,
String name,
boolean notify) |
TopLevelItem |
ModifiableTopLevelItemGroup.createProject(TopLevelItemDescriptor type,
String name,
boolean notify)
Creates a new job.
|
Copyright © 2014. All rights reserved.