Class FileListCapComponent

java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.timer.FileListCapComponent
All Implemented Interfaces:
ExtensionPoint

public abstract class FileListCapComponent extends Component
Component that attaches files inside FileListCap into a support bundle.
Author:
stevenchristou
  • Field Details

    • MAX_FILE_SIZE

      public static final int MAX_FILE_SIZE
      Maximum file size to pack is 2Mb.
      See Also:
    • MAX_LOG_FILE_AGE_MS

      public static final long MAX_LOG_FILE_AGE_MS
      Maximum age (in milliseconds) of log files we would bother including in a bundle. Anything older is likely no longer relevant.
  • Constructor Details

    • FileListCapComponent

      public FileListCapComponent()
  • Method Details