Package jenkins.branch
Class OrganizationFolder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TopLevelItem>
hudson.model.TopLevelItemDescriptor
com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
jenkins.branch.OrganizationFolder.DescriptorImpl
- Enclosing class:
- OrganizationFolder
@Extension
@Symbol("organizationFolder")
public static class OrganizationFolder.DescriptorImpl
extends com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
Our descriptor
-
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 -
Method Summary
Modifier and TypeMethodDescriptionfinal com.cloudbees.hudson.plugins.folder.ChildNameGenerator<OrganizationFolder,? extends TopLevelItem> Used to categorizeOrganizationFolderinstances.A description of thisOrganizationFolder.List<com.cloudbees.hudson.plugins.folder.FolderIconDescriptor>booleannewInstance(ItemGroup parent, String name) Gets all theBranchPropertyStrategyDescriptorinstances applicable to the specified project and source.Methods inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
getHealthMetricDescriptors, getPropertyDescriptors, isLookAndFeelConfigurable, isTabBarConfigurableMethods inherited from class hudson.model.TopLevelItemDescriptor
all, checkApplicableIn, doCheckDisplayNameOrNull, getIconFilePath, isApplicable, isApplicableIn, newInstance, newInstance, testInstanceMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
newInstance
- Specified by:
newInstancein classTopLevelItemDescriptor
-
getCategoryId
Used to categorizeOrganizationFolderinstances.- Overrides:
getCategoryIdin classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor- Returns:
- A string with the category identifier.
TopLevelItemDescriptor#getCategoryId()
-
propertyStrategyDescriptors
Gets all theBranchPropertyStrategyDescriptorinstances applicable to the specified project and source.- Returns:
- all the
BranchPropertyStrategyDescriptorinstances applicable to the specified project and source.
-
getDescription
A description of thisOrganizationFolder.- Overrides:
getDescriptionin classTopLevelItemDescriptor- Returns:
- A string with the description.
TopLevelItemDescriptor#getDescription().
-
getIconFilePathPattern
- Overrides:
getIconFilePathPatternin classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
getIconClassName
- Specified by:
getIconClassNamein interfaceIconSpec- Overrides:
getIconClassNamein classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
getIconDescriptors
- Overrides:
getIconDescriptorsin classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
isIconConfigurable
public boolean isIconConfigurable()- Overrides:
isIconConfigurablein classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
childNameGenerator
@NonNull public final com.cloudbees.hudson.plugins.folder.ChildNameGenerator<OrganizationFolder,? extends TopLevelItem> childNameGenerator()- Overrides:
childNameGeneratorin classcom.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-