|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgeb.gradle.cloud.ExternalJavaTunnel
abstract class ExternalJavaTunnel
| Field Summary | |
|---|---|
protected Logger |
logger
|
protected Project |
project
|
protected Process |
tunnelProcess
|
| Property Summary | |
|---|---|
long |
timeout
|
TimeUnit |
timeoutUnit
|
| Constructor Summary | |
ExternalJavaTunnel(Project project, Logger logger)
|
|
| Method Summary | |
|---|---|
List
|
assembleArguments()
|
String
|
getOutputPrefix()
|
String
|
getTunnelReadyMessage()
|
void
|
startTunnel(File workingDir, boolean background)
|
void
|
stopTunnel()
|
void
|
validateState()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected final Logger logger
protected final Project project
protected Process tunnelProcess
| Property Detail |
|---|
long timeout
TimeUnit timeoutUnit
| Constructor Detail |
|---|
ExternalJavaTunnel(Project project, Logger logger)
| Method Detail |
|---|
List assembleArguments()
String getOutputPrefix()
String getTunnelReadyMessage()
void startTunnel(File workingDir, boolean background)
void stopTunnel()
void validateState()
Groovy API Documentation for Geb 0.9.3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org