| Modifier and Type | Class and Description |
|---|---|
static class |
Server.DescriptorImpl |
| Constructor and Description |
|---|
Server(String serverName,
String serverAddress,
long launchTimeout,
long maxResults) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
get(hudson.model.Job<?,?> p)
Gets the
Server associated with the given job. |
hudson.model.Descriptor<Server> |
getDescriptor() |
long |
getLaunchTimeout() |
long |
getLaunchTimeoutInMilliSeconds() |
long |
getMaxResults() |
String |
getServerAddress() |
String |
getServerName() |
public String getServerName()
public String getServerAddress()
public long getLaunchTimeout()
public long getLaunchTimeoutInMilliSeconds()
public long getMaxResults()
public hudson.model.Descriptor<Server> getDescriptor()
public static Server get(hudson.model.Job<?,?> p)
Server associated with the given job.p - jobRuntimeException - throws if there is invalid jobCopyright © 2016–2020. All rights reserved.