Class AMQDeployer
java.lang.Object
org.wildfly.glow.deployment.openshift.amq.AMQDeployer
- All Implemented Interfaces:
Deployer
- Author:
- jdenise
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploy(org.wildfly.glow.GlowMessageWriter writer, Path target, io.fabric8.openshift.client.OpenShiftClient osClient, Map<String, String> env, String appHost, String appName, String matching, Map<String, String> extraEnv, boolean dryRun) getName()Set<org.wildfly.glow.Env> getResolvedEnvs(Set<org.wildfly.glow.Env> input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.glow.deployment.openshift.api.Deployer
handleBuildTimeDefault
-
Constructor Details
-
AMQDeployer
public AMQDeployer()
-
-
Method Details
-
deploy
-
disabledDeploy
public Map<String,String> disabledDeploy(String appHost, String appName, String matching, Map<String, String> env) - Specified by:
disabledDeployin interfaceDeployer
-
getResolvedEnvs
- Specified by:
getResolvedEnvsin interfaceDeployer
-
getSupportedLayers
- Specified by:
getSupportedLayersin interfaceDeployer
-
getName
-