Class CustomLogs
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.impl.CustomLogs
- All Implemented Interfaces:
- ExtensionPoint
Custom Log recorders files from the controller.
- 
Nested Class SummaryNested ClassesNested 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 result) 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.booleanvoidMethods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayPermissions, getId, isApplicable, isEnabled, start, supersedes
- 
Constructor Details- 
CustomLogspublic CustomLogs()
 
- 
- 
Method Details- 
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:
- result- 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.
 
- 
isSelectedByDefaultpublic boolean isSelectedByDefault()- Overrides:
- isSelectedByDefaultin class- Component
 
- 
startCustomHandler@Initializer(after=SYSTEM_CONFIG_ADAPTED, before=JOB_LOADED) @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void startCustomHandler()
 
-