Uses of Class
org.guvnor.common.services.project.service.DeploymentMode
-
Packages that use DeploymentMode Package Description org.guvnor.common.services.project.builder.service org.guvnor.common.services.project.service -
-
Uses of DeploymentMode in org.guvnor.common.services.project.builder.service
Methods in org.guvnor.common.services.project.builder.service with parameters of type DeploymentMode Modifier and Type Method Description BuildResultsBuildService. buildAndDeploy(Module module, boolean suppressHandlers, DeploymentMode mode)Full build with forced deployment to Maven.BuildResultsBuildService. buildAndDeploy(Module module, DeploymentMode mode)Full build with forced deployment to Maven. -
Uses of DeploymentMode in org.guvnor.common.services.project.service
Methods in org.guvnor.common.services.project.service that return DeploymentMode Modifier and Type Method Description static DeploymentModeDeploymentMode. 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.Methods in org.guvnor.common.services.project.service with parameters of type DeploymentMode Modifier and Type Method Description TModuleServiceCore. newModule(org.uberfire.backend.vfs.Path repositoryRoot, POM pom, DeploymentMode mode)Creates a new module to the given path.WorkspaceProjectWorkspaceProjectService. newProject(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, POM pom, DeploymentMode mode)WorkspaceProjectWorkspaceProjectService. newProject(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, POM pom, DeploymentMode mode, List<org.uberfire.security.Contributor> contributor)WorkspaceProjectWorkspaceProjectService. newProject(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, POM pom, DeploymentMode mode, List<org.uberfire.security.Contributor> contributor, org.guvnor.structure.repositories.Repository templateRepository)WorkspaceProjectWorkspaceProjectService. newProject(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, POM pom, DeploymentMode mode, List<org.uberfire.security.Contributor> contributor, org.guvnor.structure.repositories.Repository templateRepository, String remoteRepositoryUrl)
-