@ExportedBean(defaultVisibility=1) public class TestdroidCloudSettings extends hudson.Plugin implements hudson.model.Describable<TestdroidCloudSettings>, hudson.model.Saveable, hudson.model.ModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TestdroidCloudSettings.DescriptorImpl |
class |
TestdroidCloudSettings.TestdroidRunInCloudApi |
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUD_ENDPOINT |
static TestdroidCloudSettings.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
TestdroidCloudSettings() |
| Modifier and Type | Method and Description |
|---|---|
static TestdroidCloudSettings.DescriptorImpl |
descriptor() |
hudson.model.Api |
getApi() |
hudson.model.Descriptor<TestdroidCloudSettings> |
getDescriptor() |
String |
getDisplayName() |
static TestdroidCloudSettings |
getInstance()
Returns the instance of this plugin.
|
Semaphore |
getSemaphore() |
configure, configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, save, setServletContext, start, stoppublic static final String CLOUD_ENDPOINT
public static TestdroidCloudSettings.DescriptorImpl DESCRIPTOR
public static TestdroidCloudSettings getInstance()
public static TestdroidCloudSettings.DescriptorImpl descriptor()
public hudson.model.Api getApi()
public Semaphore getSemaphore()
public hudson.model.Descriptor<TestdroidCloudSettings> getDescriptor()
getDescriptor in interface hudson.model.Describable<TestdroidCloudSettings>public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectCopyright © 2004–2017. All rights reserved.