Package hudson.model

Class Computer.DisplayExecutor

java.lang.Object
hudson.model.Computer.DisplayExecutor
All Implemented Interfaces:
ModelObject
Enclosing class:
Computer

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class Computer.DisplayExecutor extends Object implements ModelObject
A value class to provide a consistent snapshot view of the state of an executor to avoid race conditions during rendering of the executors list.
Since:
1.607
  • Constructor Details

    • DisplayExecutor

      public DisplayExecutor(@NonNull String displayName, @NonNull String url, @NonNull Executor executor)
  • Method Details