Package software.tnb.cryostat.service
Class Cryostat
java.lang.Object
software.tnb.common.service.Service<Account,CryostatClient,CryostatValidation>
software.tnb.cryostat.service.Cryostat
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
- Direct Known Subclasses:
LocalCryostat,OpenshiftCryostat
-
Field Summary
Fields inherited from class software.tnb.common.service.Service
account, client, validation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CryostatClientclient()abstract Stringabstract intgetPortMapping(int port) Methods 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
beforeAll
-
Constructor Details
-
Cryostat
public Cryostat()
-
-
Method Details
-
connectionUrl
-
client
- Overrides:
clientin classService<Account,CryostatClient, CryostatValidation>
-
getPortMapping
public abstract int getPortMapping(int port) -
validation
- Overrides:
validationin classService<Account,CryostatClient, CryostatValidation>
-