Class NamedRunnable

  • All Implemented Interfaces:
    java.lang.Runnable, jetbrains.buildServer.log.Loggable

    public class NamedRunnable
    extends java.lang.Object
    implements java.lang.Runnable, jetbrains.buildServer.log.Loggable
    Author:
    Yegor.Yarko Date: 04/07/2019
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedRunnable​(java.lang.String name, java.lang.Runnable delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String describe​(boolean verbose)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedRunnable

        public NamedRunnable​(@NotNull
                             java.lang.String name,
                             @NotNull
                             java.lang.Runnable delegate)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • describe

        @NotNull
        public java.lang.String describe​(boolean verbose)
        Specified by:
        describe in interface jetbrains.buildServer.log.Loggable