Class LRACoordinator
java.lang.Object
software.tnb.common.service.Service<NoAccount,NoClient,NoValidation>
software.tnb.lracoordinator.service.LRACoordinator
- 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:
LocalLRACoordinator,OpenshiftLRACoordinator
public abstract class LRACoordinator
extends Service<NoAccount,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
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
-
Constructor Details
-
LRACoordinator
public LRACoordinator()
-
-
Method Details
-
containerEnvironment
-
hostname
-
port
public abstract int port() -
defaultImage
- Specified by:
defaultImagein interfaceWithDockerImage
-
openResources
public void openResources() -
closeResources
public void closeResources() -
getUrl
-
getExternalUrl
-
getLog
-