-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final StringhostIpprivate final StringhostInternalIpprivate final BooleansafeVolumesprivate final BooleanhostInternalIpMissing
-
Constructor Summary
Constructors Constructor Description Desktop(EnvironmentExtension environment)
-
Method Summary
Modifier and Type Method Description StringdeterminePath(String path)StringgetName()StringgetHostIp()StringgetHostInternalIp()BooleangetSafeVolumes()BooleangetHostInternalIpMissing()-
Methods inherited from class com.cognifide.gradle.environment.docker.runtime.Base
determinePath -
Methods inherited from class com.cognifide.gradle.environment.docker.runtime.Desktop
toString -
Methods inherited from class com.cognifide.gradle.environment.docker.Runtime
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Desktop
Desktop(EnvironmentExtension environment)
-
-
Method Detail
-
determinePath
String determinePath(String path)
-
getHostInternalIp
String getHostInternalIp()
-
getSafeVolumes
Boolean getSafeVolumes()
-
getHostInternalIpMissing
Boolean getHostInternalIpMissing()
-
-
-
-