Class SystemAuthorityThreadFactory

java.lang.Object
com.atlassian.bamboo.build.pipeline.concurrent.SystemAuthorityThreadFactory
All Implemented Interfaces:
ThreadFactory

public class SystemAuthorityThreadFactory extends Object implements ThreadFactory
ThreadFactory that allows you to name the threads and create a thread with a All threads created with this factory use SYSTEM_AUTHORITY security context.
  • Constructor Details

    • SystemAuthorityThreadFactory

      public SystemAuthorityThreadFactory(String threadName)
    • SystemAuthorityThreadFactory

      public SystemAuthorityThreadFactory(String threadName, Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
  • Method Details