Package com.legrig.jenkins.shortcut
Class ShortcutJob.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<TopLevelItem>
-
- hudson.model.TopLevelItemDescriptor
-
- com.legrig.jenkins.shortcut.ShortcutJob.DescriptorImpl
-
- Enclosing class:
- ShortcutJob
@Extension(ordinal=1000.0) @Symbol({"linkJob","linkItemJob"}) public static class ShortcutJob.DescriptorImpl 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 DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategoryId()StringgetDescription()StringgetDisplayName()StringgetIconClassName()ShortcutJobnewInstance(ItemGroup parent, String name)-
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, checkApplicableIn, getIconFilePath, getIconFilePathPattern, isApplicable, isApplicableIn, 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
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classTopLevelItemDescriptor
-
newInstance
public ShortcutJob newInstance(ItemGroup parent, String name)
- Specified by:
newInstancein classTopLevelItemDescriptor
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classTopLevelItemDescriptor
-
getCategoryId
public String getCategoryId()
- Overrides:
getCategoryIdin classTopLevelItemDescriptor
-
getIconClassName
public String getIconClassName()
- Specified by:
getIconClassNamein interfaceIconSpec- Overrides:
getIconClassNamein classTopLevelItemDescriptor
-
-