public class SystemConfig
extends org.jboss.pnc.common.json.AbstractModuleConfig
| Constructor and Description |
|---|
SystemConfig(String buildDriverId,
String buildSchedulerId,
String executorThreadPoolSize,
String builderThreadPoolSize,
String coordinatorThreadPoolSize,
String coordinatorMaxConcurrentBuilds) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildDriverId() |
String |
getBuilderThreadPoolSize() |
String |
getBuildSchedulerId() |
int |
getCoordinatorMaxConcurrentBuilds() |
int |
getCoordinatorThreadPoolSize() |
String |
getExecutorThreadPoolSize() |
void |
setBuilderThreadPoolSize(String builderThreadPoolSize) |
String |
toString() |
public String getBuildDriverId()
public String getBuildSchedulerId()
public String getExecutorThreadPoolSize()
public String getBuilderThreadPoolSize()
public void setBuilderThreadPoolSize(String builderThreadPoolSize)
public int getCoordinatorThreadPoolSize()
public int getCoordinatorMaxConcurrentBuilds()
Copyright © 2014–2016. All rights reserved.