public class DeployCapability extends Object implements IDeployCapability
| Constructor and Description |
|---|
DeployCapability(IDeploymentConfig config,
IClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Deploy the latest deployment
|
String |
getName()
Well known name of the capability
|
boolean |
isSupported()
Allow the implementation of the capability to determine if it is supported on
the OpenShift server.
|
public DeployCapability(IDeploymentConfig config, IClient client)
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic void deploy()
IDeployCapabilitydeploy in interface IDeployCapabilityCopyright © 2020 Red Hat, Inc. All Rights Reserved.