Package | Description |
---|---|
org.guvnor.common.services.project.builder.service | |
org.guvnor.common.services.project.service |
Modifier and Type | Method and Description |
---|---|
BuildResults |
BuildService.buildAndDeploy(Module module,
boolean suppressHandlers,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
BuildResults |
BuildService.buildAndDeploy(Module module,
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 |
ModuleServiceCore.newModule(Path repositoryRoot,
POM pom,
DeploymentMode mode)
Creates a new module to the given path.
|
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom,
DeploymentMode mode) |
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom,
DeploymentMode mode,
List<Contributor> contributor) |
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom,
DeploymentMode mode,
List<Contributor> contributor,
Repository templateRepository) |
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom,
DeploymentMode mode,
List<Contributor> contributor,
Repository templateRepository,
String remoteRepositoryUrl) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.