Modifier and Type | Method and Description |
---|---|
GerritSlave |
ReplicationConfig.getGerritSlave(String id,
boolean defaultSlave)
Get a specific Gerrit slave using its id.
|
Modifier and Type | Method and Description |
---|---|
List<GerritSlave> |
ReplicationConfig.getGerritSlaves()
Get the list of GerritSlave objects.
|
Modifier and Type | Method and Description |
---|---|
List<GerritSlave> |
GerritTrigger.gerritSlavesToWaitFor(String gerritServerName)
Convenience method to get the list of GerritSlave to which replication
should be done before letting the build execute.
|
Modifier and Type | Method and Description |
---|---|
static GerritSlave |
GerritSlave.createGerritSlaveFromJSON(net.sf.json.JSONObject obj)
Creates a GerritSlave from a JSONObject.
|
Constructor and Description |
---|
WaitingForReplication(Collection<GerritSlave> gerritSlaves)
Standard constructor.
|
Copyright © 2004-2016. All Rights Reserved.