Modifier and Type | Method and Description |
---|---|
Module |
InvalidateDMOModuleCacheEvent.getModule() |
Constructor and Description |
---|
InvalidateDMOModuleCacheEvent(SessionInfo sessionInfo,
Module module,
Path resourcePath) |
Modifier and Type | Method and Description |
---|---|
IncrementalBuildResults |
BuildService.applyBatchResourceChanges(Module module,
Map<Path,Collection<ResourceChange>> changes)
Process a batch of changes to a Module's resources.
|
BuildResults |
BuildService.build(Module module)
Full build without deployment
|
BuildResults |
BuildService.buildAndDeploy(Module module)
Full build with deployment
|
BuildResults |
BuildService.buildAndDeploy(Module module,
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(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.
|
boolean |
BuildService.isBuilt(Module module)
Check whether a Module has been built
|
Modifier and Type | Method and Description |
---|---|
Module |
WorkspaceProjectContextChangeEvent.getModule() |
Constructor and Description |
---|
WorkspaceProjectContextChangeEvent(WorkspaceProject workspaceProject,
Module module) |
WorkspaceProjectContextChangeEvent(WorkspaceProject workspaceProject,
Module module,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
Module |
DeleteModuleEvent.getModule() |
Module |
NewModuleEvent.getModule() |
Module |
ModuleUpdatedEvent.getNewModule() |
Module |
ModuleUpdatedEvent.getOldModule() |
Constructor and Description |
---|
DeleteModuleEvent(Module module) |
ModuleUpdatedEvent(Module oldModule,
Module newModule) |
NewModuleEvent(Module module,
String sessionId,
String identity) |
Modifier and Type | Method and Description |
---|---|
Module |
WorkspaceProject.getMainModule() |
Constructor and Description |
---|
WorkspaceProject(OrganizationalUnit organizationalUnit,
Repository repository,
Branch branch,
Module mainModule) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleFactory<T extends Module> |
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleResourceResolver<T extends Module> |
interface |
ModuleService<T extends Module> |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleResourceResolver.resolveParentModule(Path resource) |
Module |
ModuleResourceResolver.resolveToParentModule(Path resource) |
Modifier and Type | Method and Description |
---|---|
Set<Module> |
ModuleServiceCore.getAllModules(Branch branch)
Gets all the modules from a given branch.
|
Modifier and Type | Method and Description |
---|---|
Set<MavenRepositoryMetadata> |
ModuleRepositoryResolver.getRemoteRepositoriesMetaData(Module module)
Get a collection of Repositories a Module will resolve artifacts against.
|
Set<MavenRepositoryMetadata> |
ModuleRepositoryResolver.getRepositoriesResolvingArtifact(GAV gav,
Module module,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
Package |
ModuleResourceResolver.resolveDefaultPackage(Module module) |
Package |
ModuleResourceResolver.resolveDefaultWorkspacePackage(Module module) |
Set<Package> |
ModuleResourceResolver.resolvePackages(Module module)
Given a Module resolves the calculation of all the packages for this module.
|
WorkspaceProject |
WorkspaceProjectService.resolveProject(Space space,
Module module) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.