public class YamlConfig extends Object
| Constructor and Description |
|---|
YamlConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<YamlQueueConfig> |
getQueues() |
List<YamlWorkerGroupConfig> |
getWorkerGroups() |
void |
setQueues(List<YamlQueueConfig> queues) |
void |
setWorkerGroups(List<YamlWorkerGroupConfig> workerGroups) |
public List<YamlQueueConfig> getQueues()
public void setQueues(List<YamlQueueConfig> queues)
public List<YamlWorkerGroupConfig> getWorkerGroups()
public void setWorkerGroups(List<YamlWorkerGroupConfig> workerGroups)
Copyright © 2017 Atlassian. All rights reserved.