Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritSlave
-
-
Uses of GerritSlave in com.sonyericsson.hudson.plugins.gerrit.trigger.config
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.config that return GerritSlave Modifier and Type Method Description GerritSlave
ReplicationConfig. getGerritSlave(String id, boolean defaultSlave)
Get a specific Gerrit slave using its id.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.config that return types with arguments of type GerritSlave Modifier and Type Method Description List<GerritSlave>
ReplicationConfig. getGerritSlaves()
Get the list of GerritSlave objects.List<GerritSlave>
ReplicationConfig. getReplicas()
Get the list of replication servers to use.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.config with type arguments of type GerritSlave Modifier and Type Method Description void
ReplicationConfig. setReplicas(List<GerritSlave> replicas)
Set list of configured replicas to use. -
Uses of GerritSlave in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type GerritSlave Modifier and Type Method 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. -
Uses of GerritSlave in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return GerritSlave Modifier and Type Method Description static GerritSlave
GerritSlave. createGerritSlaveFromJSON(net.sf.json.JSONObject obj)
Creates a GerritSlave from a JSONObject. -
Uses of GerritSlave in com.sonyericsson.hudson.plugins.gerrit.trigger.replication
Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.replication with type arguments of type GerritSlave Constructor Description WaitingForReplication(Collection<GerritSlave> gerritSlaves)
Standard constructor.
-