public class KieServerGateway extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
KieServerGateway(String protocol,
String hostname,
Integer port,
String username,
String password,
Integer timeout,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.apache.maven.project.MavenProject project,
String container,
org.kie.internal.runtime.conf.RuntimeStrategy strategy) |
void |
dispose(String container) |
void |
init() |
void |
update(org.apache.maven.project.MavenProject project,
String container) |
public void init()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic void deploy(org.apache.maven.project.MavenProject project,
String container,
org.kie.internal.runtime.conf.RuntimeStrategy strategy)
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic void dispose(String container) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic void update(org.apache.maven.project.MavenProject project,
String container)
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.