Class RootCAs
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.impl.RootCAs
- All Implemented Interfaces:
- ExtensionPoint
- 
Nested Class SummaryNested classes/interfaces inherited from class com.cloudbees.jenkins.support.api.ComponentComponent.ComponentCategoryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddContents(Container container) Add contents to a containerSpecify in whichComponent.ComponentCategorythe current component is related.Returns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.static voidgetRootCAList(StringWriter writer) static voidbooleanMethods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayPermissions, getId, isApplicable, isEnabled, start, supersedes
- 
Constructor Details- 
RootCAspublic RootCAs()
 
- 
- 
Method Details- 
isSelectedByDefaultpublic boolean isSelectedByDefault()- Overrides:
- isSelectedByDefaultin class- Component
 
- 
getRequiredPermissionsDescription copied from class:ComponentReturns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle. An empty list indicates that any user can include this bundle.- Specified by:
- getRequiredPermissionsin class- Component
- Returns:
- the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.
 
- 
getDisplayName- Specified by:
- getDisplayNamein class- Component
 
- 
addContentsDescription copied from class:ComponentAdd contents to a container- Specified by:
- addContentsin class- Component
- Parameters:
- container- a- Container
 
- 
getCategoryDescription copied from class:ComponentSpecify in whichComponent.ComponentCategorythe current component is related.- Overrides:
- getCategoryin class- Component
- Returns:
- An enum value of Component.ComponentCategory.
 
- 
getRootCA- Throws:
- IOException
 
- 
getTrustStoreConfiguration
- 
getRootCAList
 
-