node: Expose port allocation in Driver

This commit is contained in:
Andras Slemmer 2016-08-02 13:58:22 +01:00
parent e7677c91ce
commit 9d071809ef

View File

@ -159,8 +159,8 @@ fun <A> poll(f: () -> A?): A {
} }
class DriverDSL( class DriverDSL(
private val portAllocation: PortAllocation, val portAllocation: PortAllocation,
private val debugPortAllocation: PortAllocation, val debugPortAllocation: PortAllocation,
val baseDirectory: String, val baseDirectory: String,
val nodeConfigurationPath: String, val nodeConfigurationPath: String,
val quasarJarPath: String val quasarJarPath: String