| Package | Description |
|---|---|
| org.guvnor.common.services.project.builder.service | |
| org.guvnor.common.services.project.service |
| Modifier and Type | Method and Description |
|---|---|
BuildResults |
BuildService.buildAndDeploy(Project project,
boolean suppressHandlers,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
BuildResults |
BuildService.buildAndDeploy(Project project,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentMode |
DeploymentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentMode[] |
DeploymentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ProjectServiceCore.newProject(Path repositoryRoot,
POM pom,
String baseURL,
DeploymentMode mode)
Creates a new project to the given path.
|
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.