Class UnfilteredFileListCapComponent

java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.timer.UnfilteredFileListCapComponent
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
DeadlockRequestComponent, HighLoadComponent, SlowRequestComponent, UserCount

public abstract class UnfilteredFileListCapComponent extends Component
Component that attaches files inside FileListCap into a support bundle without filtering the content of the files.
Author:
stevenchristou
  • Constructor Details

    • UnfilteredFileListCapComponent

      public UnfilteredFileListCapComponent()
  • Method Details

    • getRequiredPermissions

      @NonNull public Set<Permission> getRequiredPermissions()
      Description copied from class: Component
      Returns 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:
      getRequiredPermissions in class Component
      Returns:
      the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.
    • addContents

      public void addContents(@NonNull Container container, FileListCap fileListCap)