public static final class FreeStyleProject.DescriptorImpl extends AbstractProject.AbstractProjectDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
FreeStyleProject |
newInstance(ItemGroup parent,
String name)
Creates a new
TopLevelItem for the specified parent. |
doAutoCompleteAssignedLabelString, doAutoCompleteUpstreamProjects, doCheckAssignedLabelString, doCheckCustomWorkspace, getApplicableSCMCheckoutStrategyDescriptors, isApplicable
all, newInstance, newInstance, testInstance
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, 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
public String getDisplayName()
TopLevelItemDescriptor
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.
getDisplayName
in class TopLevelItemDescriptor
public FreeStyleProject newInstance(ItemGroup parent, String name)
TopLevelItemDescriptor
TopLevelItem
for the specified parent.newInstance
in class TopLevelItemDescriptor
Copyright © 2014. All rights reserved.