Modifier and Type | Class and Description |
---|---|
static class |
Server.DescriptorImpl
The type Descriptor.
|
Constructor and Description |
---|
Server(String serverName,
String kernel,
long launchTimeout,
long maxResults)
Instantiates a new Server.
|
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<Server> |
getDescriptor() |
String |
getKernel()
Gets kernel.
|
long |
getLaunchTimeout()
Gets launch timeout.
|
long |
getLaunchTimeoutInMilliSeconds()
Gets launch timeout in milli seconds.
|
long |
getMaxResults()
Gets max results.
|
String |
getServerName()
Gets server name.
|
public String getServerName()
public long getLaunchTimeout()
public long getLaunchTimeoutInMilliSeconds()
public long getMaxResults()
public String getKernel()
Copyright © 2016–2020. All rights reserved.