Class ProjectWizard.ProjectWizardDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<TopLevelItem>
-
- hudson.model.TopLevelItemDescriptor
-
- hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
-
- Enclosing class:
- ProjectWizard
public static class ProjectWizard.ProjectWizardDescriptor extends TopLevelItemDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description ProjectWizardDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBoxModel
doFillNameItems()
String
getCategoryId()
String
getDescription()
String
getDisplayName()
String
getIconClassName()
boolean
isApplicableIn(ItemGroup parent)
TopLevelItem
newInstance(ItemGroup parent, String name)
-
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, checkApplicableIn, getIconFilePath, getIconFilePathPattern, isApplicable, newInstance, newInstance, testInstance
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicableIn
public boolean isApplicableIn(ItemGroup parent)
- Overrides:
isApplicableIn
in classTopLevelItemDescriptor
-
newInstance
public TopLevelItem newInstance(ItemGroup parent, String name)
- Specified by:
newInstance
in classTopLevelItemDescriptor
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classTopLevelItemDescriptor
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classTopLevelItemDescriptor
-
getCategoryId
public String getCategoryId()
- Overrides:
getCategoryId
in classTopLevelItemDescriptor
-
getIconClassName
public String getIconClassName()
- Specified by:
getIconClassName
in interfaceIconSpec
- Overrides:
getIconClassName
in classTopLevelItemDescriptor
-
doFillNameItems
public ListBoxModel doFillNameItems()
-
-