hudson.model
Class FreeStyleProject.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TopLevelItem>
hudson.model.TopLevelItemDescriptor
hudson.model.AbstractProject.AbstractProjectDescriptor
hudson.model.FreeStyleProject.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- FreeStyleProject
public static final class FreeStyleProject.DescriptorImpl
- extends AbstractProject.AbstractProjectDescriptor
Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeStyleProject.DescriptorImpl
public FreeStyleProject.DescriptorImpl()
getDisplayName
public String getDisplayName()
- Description copied from class:
TopLevelItemDescriptor
- Human readable name of this kind of configurable object.
Used as the caption when the user chooses what job type to create.
The descriptor implementation also needs to have newJobDetail.jelly
script, which will be used to render the text below the caption
that explains the job type.
- Specified by:
getDisplayName
in class TopLevelItemDescriptor
newInstance
public FreeStyleProject newInstance(ItemGroup parent,
String name)
- Description copied from class:
TopLevelItemDescriptor
- Creates a new
TopLevelItem
for the specified parent.
- Specified by:
newInstance
in class TopLevelItemDescriptor
Copyright © 2004-2013. All Rights Reserved.