Class PayaraMicroAdapter
java.lang.Object
org.testcontainers.containers.payara.PayaraMicroAdapter
- All Implemented Interfaces:
org.microshed.testing.testcontainers.spi.ServerAdapter
public class PayaraMicroAdapter
extends Object
implements org.microshed.testing.testcontainers.spi.ServerAdapter
-
Field Summary
Fields inherited from interface org.microshed.testing.testcontainers.spi.ServerAdapter
PRIORITY_DEFAULT, PRIORITY_RUNTIME_MODULE, PRIORITY_USER_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintorg.testcontainers.images.builder.ImageFromDockerfilegetDefaultImage(File appFile) intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.microshed.testing.testcontainers.spi.ServerAdapter
configure, getDefaultAppStartTimeout, setConfigProperties
-
Constructor Details
-
PayaraMicroAdapter
public PayaraMicroAdapter()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultHttpPort
public int getDefaultHttpPort()- Specified by:
getDefaultHttpPortin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultHttpsPort
public int getDefaultHttpsPort()- Specified by:
getDefaultHttpsPortin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultImage
- Specified by:
getDefaultImagein interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getReadinessPath
- Specified by:
getReadinessPathin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-