Package jenkins.model
Class DisplayExecutor
java.lang.Object
jenkins.model.DisplayExecutor
- All Implemented Interfaces:
ModelObject
,IDisplayExecutor
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class DisplayExecutor
extends Object
implements ModelObject, IDisplayExecutor
A value class providing a consistent snapshot view of the state of an executor to avoid race conditions
during rendering of the executors list.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DisplayExecutor
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceIDisplayExecutor
- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- The UI label for this executor.
-
getUrl
- Specified by:
getUrl
in interfaceIDisplayExecutor
- Returns:
- the URL where to reach specifically this executor, relative to Jenkins URL.
-
getExecutor
- Specified by:
getExecutor
in interfaceIDisplayExecutor
- Returns:
- the executor this display information is for.
-
toString
-
equals
-
hashCode
public int hashCode()
-