java.lang.Object
io.quarkus.devservices.deployment.compose.ComposeServiceDefinition
public class ComposeServiceDefinition
extends Object
Represents a service definition in a docker-compose file.
-
Constructor Summary
Constructors
-
Method Summary
List<com.github.dockerjava.api.model.ExposedPort>
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComposeServiceDefinition
public ComposeServiceDefinition(String serviceName,
Map<String,?> definitionMap)
-
Method Details
-
getServiceName
public String getServiceName()
-
getContainerName
public String getContainerName()
-
getPorts
public List<com.github.dockerjava.api.model.ExposedPort> getPorts()
-
hasHealthCheck
public boolean hasHealthCheck()
-
-