public class WorkerGroup extends Object implements Serializable
| Constructor and Description |
|---|
WorkerGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countWorkers() |
WorkerGroup |
countWorkers(Integer countWorkers) |
String |
label() |
WorkerGroup |
label(String label) |
String |
name() |
WorkerGroup |
name(String name) |
String |
type() |
WorkerGroup |
type(String type) |
List<Agent> |
workerList() |
WorkerGroup |
workerList(List<Agent> workerList) |
public String name()
public String type()
public String label()
public Integer countWorkers()
public WorkerGroup name(String name)
public WorkerGroup type(String type)
public WorkerGroup label(String label)
public WorkerGroup countWorkers(Integer countWorkers)
public WorkerGroup workerList(List<Agent> workerList)
Copyright © 2018. All rights reserved.