| Package | Description |
|---|---|
| com.xpandit.plugins.xrayjenkins.model |
| Modifier and Type | Method and Description |
|---|---|
static HostingType |
HostingType.findByName(String name)
Method that finds a hosting type by it's name/value
|
static HostingType |
HostingType.getDefaultType() |
HostingType |
XrayInstance.getHosting() |
static HostingType |
HostingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostingType[] |
HostingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XrayInstance.setHosting(HostingType hosting) |
Copyright © 2016–2019. All rights reserved.