@ApplicationScoped public class AdministrationServiceImpl extends Object implements AdministrationService
| Constructor and Description |
|---|
AdministrationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrapProject(String repoAlias,
String group,
String artifact,
String version) |
void |
bootstrapRepository(String ou,
String repoAlias,
String repoUrl,
String userName,
String password) |
void |
createDeploymentDescriptor(org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent) |
public void bootstrapRepository(String ou, String repoAlias, String repoUrl, String userName, String password)
bootstrapRepository in interface AdministrationServicepublic void bootstrapProject(String repoAlias, String group, String artifact, String version)
bootstrapProject in interface AdministrationServicepublic void createDeploymentDescriptor(@Observes
org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.