Package software.tnb.infinispan.service
Class Infinispan
java.lang.Object
software.tnb.common.service.Service<InfinispanAccount,NoClient,NoValidation>
software.tnb.infinispan.service.Infinispan
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension,WithDockerImage
- Direct Known Subclasses:
LocalInfinispan,OpenshiftInfinispan
public abstract class Infinispan
extends Service<InfinispanAccount,NoClient,NoValidation>
implements WithDockerImage
-
Field Summary
FieldsFields inherited from class software.tnb.common.service.Service
account, client, validationFields inherited from interface software.tnb.common.deployment.WithDockerImage
SYSTEM_PROPERTY_FORMAT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.tnb.common.service.Service
account, client, validationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.AfterAllCallback
afterAllMethods inherited from interface org.junit.jupiter.api.extension.BeforeAllCallback
beforeAllMethods inherited from interface software.tnb.common.deployment.WithDockerImage
image
-
Field Details
-
PORT
public static final int PORT- See Also:
-
-
Constructor Details
-
Infinispan
public Infinispan()
-
-
Method Details
-
getPortMapping
public abstract int getPortMapping() -
getHost
-
containerEnvironment
-
defaultImage
- Specified by:
defaultImagein interfaceWithDockerImage
-