@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CustomOrganizationFolderDescriptor extends TopLevelItemDescriptor implements org.jenkins.ui.icon.IconSpec
SCMNavigatorDescriptor.newInstance(String), a special New Item entry is displayed instead of the generic OrganizationFolder.DescriptorImpl.| Modifier and Type | Class and Description |
|---|---|
static class |
CustomOrganizationFolderDescriptor.HideGeneric
|
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| Modifier and Type | Field and Description |
|---|---|
jenkins.scm.api.SCMNavigatorDescriptor |
delegate |
clazz| Modifier and Type | Method and Description |
|---|---|
static void |
addSpecificDescriptors() |
String |
getCategoryId()
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
|
String |
getDescription()
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
|
String |
getDisplayName() |
String |
getIconClassName() |
String |
getIconFilePathPattern()
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
|
String |
getId() |
TopLevelItem |
newInstance(ItemGroup parent,
String name) |
String |
toString() |
all, checkApplicableIn, getIconFilePath, isApplicable, isApplicableIn, newInstance, newInstance, testInstanceaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic final jenkins.scm.api.SCMNavigatorDescriptor delegate
public String getId()
getId in class Descriptor<TopLevelItem>public String getDisplayName()
getDisplayName in class TopLevelItemDescriptorpublic String getDescription()
getDescription in class TopLevelItemDescriptorpublic String getCategoryId()
getCategoryId in class TopLevelItemDescriptorpublic String getIconFilePathPattern()
getIconFilePathPattern in class TopLevelItemDescriptorpublic String getIconClassName()
getIconClassName in interface org.jenkins.ui.icon.IconSpecgetIconClassName in class TopLevelItemDescriptorpublic TopLevelItem newInstance(ItemGroup parent, String name)
newInstance in class TopLevelItemDescriptor@Initializer(after=PLUGINS_STARTED, before=EXTENSIONS_AUGMENTED) public static void addSpecificDescriptors()
Copyright © 2016–2019. All rights reserved.