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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Computer.DisplayExecutor.InternalComputerListener
-
Constructor Summary
Constructors Constructor Description DisplayExecutor(String displayName, String url, Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDisplayName()
Executor
getExecutor()
String
getUrl()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getDisplayName
@NonNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrl
@NonNull public String getUrl()
-
getExecutor
@NonNull public Executor getExecutor()
-
-