Class OpenshiftHTTP
- java.lang.Object
-
- software.tnb.http.service.HTTP
-
- software.tnb.http.resource.openshift.OpenshiftHTTP
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension,Deployable,OpenshiftDeployable,ReusableOpenshiftDeployable,WithDockerImage,WithName,Service
@AutoService(HTTP.class) public class OpenshiftHTTP extends HTTP implements ReusableOpenshiftDeployable, WithName
-
-
Field Summary
-
Fields inherited from class software.tnb.http.service.HTTP
HTTP_PORT, HTTPS_PORT
-
-
Constructor Summary
Constructors Constructor Description OpenshiftHTTP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidcloseResources()voidcreate()StringgetLog()StringhttpsUrl()StringhttpUrl()booleanisDeployed()booleanisReady()Stringname()voidopenResources()voidundeploy()-
Methods inherited from class software.tnb.http.service.HTTP
defaultImage, getSignature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.deployment.OpenshiftDeployable
deploy, waitTime
-
Methods inherited from interface software.tnb.common.deployment.ReusableOpenshiftDeployable
afterAll, beforeAll
-
Methods inherited from interface software.tnb.common.deployment.WithDockerImage
image
-
-
-
-
Method Detail
-
undeploy
public void undeploy()
- Specified by:
undeployin interfaceDeployable
-
openResources
public void openResources()
- Specified by:
openResourcesin interfaceDeployable
-
closeResources
public void closeResources()
- Specified by:
closeResourcesin interfaceDeployable
-
create
public void create()
- Specified by:
createin interfaceOpenshiftDeployable
-
isReady
public boolean isReady()
- Specified by:
isReadyin interfaceOpenshiftDeployable
-
isDeployed
public boolean isDeployed()
- Specified by:
isDeployedin interfaceOpenshiftDeployable
-
cleanup
public void cleanup()
- Specified by:
cleanupin interfaceReusableOpenshiftDeployable
-
-