Package com.xebialabs.deployit.cli.api
Class WorkersClient
- java.lang.Object
-
- com.xebialabs.deployit.cli.api.DocumentedObject
-
- com.xebialabs.deployit.cli.api.WorkersClient
-
@CliObject(name="workers") public class WorkersClient extends DocumentedObject
Exposes theWorkersService.
-
-
Constructor Summary
Constructors Constructor Description WorkersClient()WorkersClient(ProxiesInstance proxies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ai.digital.deploy.sql.model.WorkerInfo>list()voidremove(java.lang.Integer workerId)java.util.List<java.lang.String>restoreGhostTasks()voidshutdown(java.lang.Integer workerId)voidshutdown(java.util.List<java.lang.String> workerAddresses)voidshutdownAll()-
Methods inherited from class com.xebialabs.deployit.cli.api.DocumentedObject
help, help
-
-
-
-
Constructor Detail
-
WorkersClient
public WorkersClient()
-
WorkersClient
public WorkersClient(ProxiesInstance proxies)
-
-
Method Detail
-
list
public java.util.List<ai.digital.deploy.sql.model.WorkerInfo> list()
-
shutdown
public void shutdown(java.lang.Integer workerId)
-
remove
public void remove(java.lang.Integer workerId)
-
shutdown
public void shutdown(java.util.List<java.lang.String> workerAddresses)
-
shutdownAll
public void shutdownAll()
-
restoreGhostTasks
public java.util.List<java.lang.String> restoreGhostTasks()
-
-