Modifier and Type | Method and Description |
---|---|
IncrementalBuildResults |
BuildService.applyBatchResourceChanges(Project project,
Set<org.uberfire.workbench.events.ResourceChange> changes)
Process a batch of changes to a Project's resources.
|
BuildResults |
BuildService.build(Project project)
Full build without deployment
|
BuildResults |
BuildService.buildAndDeploy(Project project)
Full build with deployment
|
boolean |
BuildService.isBuilt(Project project)
Check whether a Project has been built
|
Modifier and Type | Method and Description |
---|---|
Project |
ProjectContext.getActiveProject() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectContext.setActiveProject(Project activeProject) |
Modifier and Type | Method and Description |
---|---|
Project |
NewProjectEvent.getProject() |
Project |
ProjectChangeEvent.getProject() |
Constructor and Description |
---|
NewProjectEvent(Project project) |
ProjectChangeEvent(Project project) |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectService.newProject(org.uberfire.backend.repositories.Repository repository,
String name,
POM pom,
String baseURL)
Creates a new project to the given path.
|
Project |
ProjectService.resolveProject(org.uberfire.backend.vfs.Path resource)
Given a Resource path resolve it to the containing Project Path.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectService.addRole(Project project,
String role)
Add a role to a project; limiting access to users with the role
|
void |
ProjectService.removeRole(Project project,
String role)
Remove a role from a project
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.