@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class CustomOrganizationFolderDescriptor
extends hudson.model.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
|
Modifier and Type | Field and Description |
---|---|
jenkins.scm.api.SCMNavigatorDescriptor |
delegate |
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() |
hudson.model.TopLevelItem |
newInstance(hudson.model.ItemGroup parent,
String name) |
String |
toString() |
all, checkApplicableIn, isApplicable, isApplicableIn, newInstance, newInstance, testInstance
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMap
public String getId()
getId
in class hudson.model.Descriptor<hudson.model.TopLevelItem>
public String getDisplayName()
getDisplayName
in class hudson.model.TopLevelItemDescriptor
public String getDescription()
public String getCategoryId()
public String getIconFilePathPattern()
public String getIconClassName()
getIconClassName
in interface org.jenkins.ui.icon.IconSpec
public hudson.model.TopLevelItem newInstance(hudson.model.ItemGroup parent, String name)
newInstance
in class hudson.model.TopLevelItemDescriptor
@Initializer(after=PLUGINS_STARTED, before=EXTENSIONS_AUGMENTED) public static void addSpecificDescriptors()
Copyright © 2016–2017. All rights reserved.