Searched refs:firstMonitorPort (Results 1 – 5 of 5) sorted by relevance
74 public final int firstMonitorPort; field in Run141 this.firstMonitorPort = vogar.firstMonitorPort; in Run()
78 int firstMonitorPort = -1; field in Vogar481 if (firstMonitorPort == -1) { in parseArgs()482 firstMonitorPort = modeId.isLocal() ? 8788 : 8787; in parseArgs()
92 ? hostMonitor.attach(monitorPort(run.firstMonitorPort)) in execute()175 : run.firstMonitorPort + runnerThreadId.get(); in monitorPort()
45 target.forwardTcp(run.firstMonitorPort + i); in execute()
188 properties.setProperty(TestProperties.MONITOR_PORT, Integer.toString(run.firstMonitorPort)); in fillInProperties()