Class NamedThreadFactory

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

@Deprecated public class NamedThreadFactory extends Object implements ThreadFactory
Deprecated.
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

    • NamedThreadFactory

      public NamedThreadFactory(String threadName)
      Deprecated.
    • NamedThreadFactory

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