@Extension public class iOSDeviceList extends Object implements hudson.model.RootAction, hudson.model.ModelObject
| Modifier and Type | Field and Description |
|---|---|
static hudson.security.Permission |
DEPLOY |
static hudson.security.PermissionGroup |
GROUP |
static hudson.security.Permission |
READ |
| Constructor and Description |
|---|
iOSDeviceList() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doRefresh() |
iOSDevice |
getDevice(String udid) |
com.google.common.collect.Multimap<hudson.model.Computer,iOSDevice> |
getDevices()
List of all the devices.
|
String |
getDisplayName() |
iOSDevice |
getDynamic(String token)
Maps
iOSDevice to URL space. |
String |
getIconFileName() |
String |
getUrlName() |
void |
remove(hudson.model.Computer c) |
void |
update(hudson.model.Computer c,
hudson.model.TaskListener listener) |
void |
updateAll(hudson.model.TaskListener listener)
Refresh all slaves in concurrently.
|
public static final hudson.security.PermissionGroup GROUP
public static final hudson.security.Permission READ
public static final hudson.security.Permission DEPLOY
public com.google.common.collect.Multimap<hudson.model.Computer,iOSDevice> getDevices()
public void updateAll(hudson.model.TaskListener listener)
public void update(hudson.model.Computer c,
hudson.model.TaskListener listener)
public void remove(hudson.model.Computer c)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic org.kohsuke.stapler.HttpResponse doRefresh()
Copyright © 2004-2012. All Rights Reserved.