| Modifier and Type | Method and Description |
|---|---|
Project |
InvalidateDMOProjectCacheEvent.getProject() |
| Constructor and Description |
|---|
InvalidateDMOProjectCacheEvent(org.uberfire.rpc.SessionInfo sessionInfo,
Project project,
org.uberfire.backend.vfs.Path resourcePath) |
| Modifier and Type | Method and Description |
|---|---|
IncrementalBuildResults |
BuildService.applyBatchResourceChanges(Project project,
Map<org.uberfire.backend.vfs.Path,Collection<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.build(Project project,
org.uberfire.backend.vfs.Path resource,
String content)
Full build without deployment.
|
BuildResults |
BuildService.buildAndDeploy(Project project)
Full build with deployment
|
BuildResults |
BuildService.buildAndDeploy(Project project,
boolean suppressHandlers)
Full build with deployment with ability to suppress any post operations handlers to ensure
that only build and deploy was invoked
|
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.
|
boolean |
BuildService.isBuilt(Project project)
Check whether a Project has been built
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectContext.getActiveProject() |
Project |
ProjectContextChangeEvent.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectContext.setActiveProject(Project activeProject) |
| Constructor and Description |
|---|
ProjectContextChangeEvent(OrganizationalUnit ou,
Repository repository,
String branch,
Project project) |
ProjectContextChangeEvent(OrganizationalUnit ou,
Repository repository,
String branch,
Project project,
Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
Project |
RenameProjectEvent.getNewProject() |
Project |
RenameProjectEvent.getOldProject() |
Project |
NewProjectEvent.getProject() |
Project |
DeleteProjectEvent.getProject() |
| Constructor and Description |
|---|
DeleteProjectEvent(Project project) |
NewProjectEvent(Project project,
String sessionId,
String identity) |
RenameProjectEvent(Project oldProject,
Project newProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectWizard.start(org.uberfire.client.callbacks.Callback<Project> callback,
boolean openEditor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectFactory<T extends Project> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectResourceResolver<T extends Project> |
interface |
ProjectService<T extends Project> |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectResourceResolver.resolveParentProject(org.uberfire.backend.vfs.Path resource) |
Project |
ProjectResourceResolver.resolveToParentProject(org.uberfire.backend.vfs.Path resource) |
| Modifier and Type | Method and Description |
|---|---|
Set<Project> |
ProjectServiceCore.getProjects(Repository repository,
String branch)
Gets a list of the projects in a particular repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectServiceCore.addGroup(Project project,
String group)
Add a group to a project; limiting access to users with the group
|
Set<MavenRepositoryMetadata> |
ProjectRepositoryResolver.getRemoteRepositoriesMetaData(Project project)
Get a collection of Repositories a Project will resolve artifacts against.
|
Set<MavenRepositoryMetadata> |
ProjectRepositoryResolver.getRepositoriesResolvingArtifact(GAV gav,
Project project,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
void |
ProjectServiceCore.removeGroup(Project project,
String group)
Remove a group from a project
|
Package |
ProjectResourceResolver.resolveDefaultPackage(Project project) |
Set<Package> |
ProjectResourceResolver.resolvePackages(Project project)
Given a Project resolves the calculation of all the packages for this project.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.