@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class Computer.DisplayExecutor extends Object implements ModelObject
Modifier and Type | Class and Description |
---|---|
static class |
Computer.DisplayExecutor.InternalComputerListener |
Constructor and Description |
---|
DisplayExecutor(String displayName,
String url,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
Executor |
getExecutor() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
@NonNull public String getDisplayName()
getDisplayName
in interface ModelObject
@NonNull public String getUrl()
@NonNull public Executor getExecutor()
Copyright © 2004–2021. All rights reserved.