Package jetbrains

Class BuildServerCreator.SimpleExecutorService

    • Constructor Detail

      • SimpleExecutorService

        public SimpleExecutorService()
    • Method Detail

      • shutdown

        public void shutdown()
      • shutdownNow

        @NotNull
        public List<Runnable> shutdownNow()
      • isShutdown

        public boolean isShutdown()
      • isTerminated

        public boolean isTerminated()
      • execute

        public void execute​(@NotNull
                            Runnable command)