Uses of Class
org.apache.maven.continuum.model.project.Project

Packages that use Project
org.apache.continuum.buildagent.build.execution   
org.apache.continuum.buildagent.build.execution.ant   
org.apache.continuum.buildagent.build.execution.maven.m1   
org.apache.continuum.buildagent.build.execution.maven.m2   
org.apache.continuum.buildagent.build.execution.shell   
org.apache.continuum.buildagent.utils   
org.apache.continuum.buildmanager   
org.apache.continuum.dao   
org.apache.continuum.model.release   
org.apache.continuum.release.distributed.manager   
org.apache.continuum.taskqueue   
org.apache.continuum.utils   
org.apache.maven.continuum   
org.apache.maven.continuum.buildcontroller   
org.apache.maven.continuum.builddefinition   
org.apache.maven.continuum.core.action   
org.apache.maven.continuum.execution   
org.apache.maven.continuum.execution.ant   
org.apache.maven.continuum.execution.maven.m1   
org.apache.maven.continuum.execution.maven.m2   
org.apache.maven.continuum.execution.shell   
org.apache.maven.continuum.model.project   
org.apache.maven.continuum.notification   
org.apache.maven.continuum.project.builder   
org.apache.maven.continuum.release   
org.apache.maven.continuum.utils   
org.apache.maven.continuum.web.action   
 

Uses of Project in org.apache.continuum.buildagent.build.execution
 

Methods in org.apache.continuum.buildagent.build.execution with parameters of type Project
 ContinuumAgentBuildExecutionResult ContinuumAgentBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
protected  ContinuumAgentBuildExecutionResult AbstractBuildExecutor.executeShellCommand(Project project, String executable, String arguments, File output, Map<String,String> environments)
           
protected  Properties AbstractBuildExecutor.getContinuumSystemProperties(Project project)
           
 List<org.apache.maven.artifact.Artifact> ContinuumAgentBuildExecutor.getDeployableArtifacts(Project project, File workingDirectory, BuildDefinition buildDefinition)
           
 List<org.apache.maven.artifact.Artifact> AbstractBuildExecutor.getDeployableArtifacts(Project project, File workingDirectory, BuildDefinition buildDefinition)
           
 boolean ContinuumAgentBuildExecutor.isBuilding(Project project)
           
 boolean AbstractBuildExecutor.isBuilding(Project project)
           
 void ContinuumAgentBuildExecutor.killProcess(Project project)
           
 void AbstractBuildExecutor.killProcess(Project project)
           
protected  void AbstractBuildExecutor.updateProject(Project project)
           
 void ContinuumAgentBuildExecutor.updateProjectFromWorkingDirectory(File workingDirectory, Project project, BuildDefinition buildDefinition)
           
 

Uses of Project in org.apache.continuum.buildagent.build.execution.ant
 

Methods in org.apache.continuum.buildagent.build.execution.ant with parameters of type Project
 ContinuumAgentBuildExecutionResult AntBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 void AntBuildExecutor.updateProjectFromWorkingDirectory(File workingDirectory, Project project, BuildDefinition buildDefinition)
           
 

Uses of Project in org.apache.continuum.buildagent.build.execution.maven.m1
 

Methods in org.apache.continuum.buildagent.build.execution.maven.m1 with parameters of type Project
 ContinuumAgentBuildExecutionResult MavenOneBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 void DefaultBuildAgentMavenOneMetadataHelper.mapMetadata(ContinuumProjectBuildingResult result, File metadata, Project project)
           
 void BuildAgentMavenOneMetadataHelper.mapMetadata(ContinuumProjectBuildingResult result, File metadata, Project project)
           
 void MavenOneBuildExecutor.updateProjectFromWorkingDirectory(File workingDirectory, Project project, BuildDefinition buildDefinition)
           
 

Uses of Project in org.apache.continuum.buildagent.build.execution.maven.m2
 

Methods in org.apache.continuum.buildagent.build.execution.maven.m2 with parameters of type Project
 ContinuumAgentBuildExecutionResult MavenTwoBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 List<org.apache.maven.artifact.Artifact> MavenTwoBuildExecutor.getDeployableArtifacts(Project continuumProject, File workingDirectory, BuildDefinition buildDefinition)
           
 void DefaultBuildAgentMavenBuilderHelper.mapMavenProjectToContinuumProject(ContinuumProjectBuildingResult result, org.apache.maven.project.MavenProject mavenProject, Project continuumProject, boolean groupPom)
           
 void DefaultBuildAgentMavenBuilderHelper.mapMetadataToProject(ContinuumProjectBuildingResult result, File metadata, Project continuumProject)
           
 void BuildAgentMavenBuilderHelper.mapMetadataToProject(ContinuumProjectBuildingResult result, File metadata, Project project)
           
 void MavenTwoBuildExecutor.updateProjectFromWorkingDirectory(File workingDirectory, Project project, BuildDefinition buildDefinition)
           
 

Uses of Project in org.apache.continuum.buildagent.build.execution.shell
 

Methods in org.apache.continuum.buildagent.build.execution.shell with parameters of type Project
 ContinuumAgentBuildExecutionResult ShellBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 void ShellBuildExecutor.updateProjectFromWorkingDirectory(File workingDirectory, Project project, BuildDefinition buildDefinition)
           
 

Uses of Project in org.apache.continuum.buildagent.utils
 

Methods in org.apache.continuum.buildagent.utils that return Project
static Project BuildContextToProject.getProject(BuildContext buildContext)
           
static Project ContinuumBuildAgentUtil.getProject(Map<String,Object> context)
           
 

Uses of Project in org.apache.continuum.buildmanager
 

Method parameters in org.apache.continuum.buildmanager with type arguments of type Project
 void ParallelBuildsManager.buildProjects(List<Project> projects, Map<Integer,BuildDefinition> projectsBuildDefinitionsMap, BuildTrigger buildTrigger, Map<Integer,ScmResult> scmResultMap, int projectGroupId)
           
 void BuildsManager.buildProjects(List<Project> projects, Map<Integer,BuildDefinition> projectsBuildDefinitionsMap, BuildTrigger buildTrigger, Map<Integer,ScmResult> scmResultMap, int projectGroupId)
          Build projects using their corresponding build definitions.
 void ParallelBuildsManager.checkoutProject(int projectId, String projectName, File workingDirectory, String scmRootUrl, String scmUsername, String scmPassword, BuildDefinition defaultBuildDefinition, List<Project> subProjects)
           
 void BuildsManager.checkoutProject(int projectId, String projectName, File workingDirectory, String scmRootUrl, String scmUsername, String scmPassword, BuildDefinition defaultBuildDefinition, List<Project> subProjects)
          Adds the project to the checkout queue of the overall build queue with the least amount of tasks queued.
 

Uses of Project in org.apache.continuum.dao
 

Methods in org.apache.continuum.dao that return Project
 Project ProjectDaoImpl.getProject(int projectId)
           
 Project ProjectDao.getProject(int projectId)
           
 Project ProjectDaoImpl.getProject(String groupId, String artifactId, String version)
           
 Project ProjectDao.getProject(String groupId, String artifactId, String version)
           
 Project ProjectDaoImpl.getProjectByName(String name)
           
 Project ProjectDao.getProjectByName(String name)
           
 Project ProjectDaoImpl.getProjectWithAllDetails(int projectId)
           
 Project ProjectDao.getProjectWithAllDetails(int projectId)
           
 Project ProjectDaoImpl.getProjectWithBuildDetails(int projectId)
           
 Project ProjectDao.getProjectWithBuildDetails(int projectId)
           
 Project ProjectDaoImpl.getProjectWithBuilds(int projectId)
           
 Project ProjectDao.getProjectWithBuilds(int projectId)
           
 Project ProjectDaoImpl.getProjectWithCheckoutResult(int projectId)
           
 Project ProjectDao.getProjectWithCheckoutResult(int projectId)
           
 Project ProjectDaoImpl.getProjectWithDependencies(int projectId)
           
 Project ProjectDao.getProjectWithDependencies(int projectId)
           
 

Methods in org.apache.continuum.dao that return types with arguments of type Project
 List<Project> ProjectDaoImpl.getAllProjectsByName()
           
 List<Project> ProjectDao.getAllProjectsByName()
           
 List<Project> ProjectDaoImpl.getAllProjectsByNameWithBuildDetails()
           
 List<Project> ProjectDao.getAllProjectsByNameWithBuildDetails()
           
 List<Project> ProjectDaoImpl.getAllProjectsByNameWithDependencies()
           
 List<Project> ProjectDao.getAllProjectsByNameWithDependencies()
           
 List<Project> ProjectDaoImpl.getProjectsInGroup(int projectGroupId)
           
 List<Project> ProjectDao.getProjectsInGroup(int projectGroupId)
           
 List<Project> ProjectDaoImpl.getProjectsInGroupWithDependencies(int projectGroupId)
           
 List<Project> ProjectDao.getProjectsInGroupWithDependencies(int projectGroupId)
           
 List<Project> ProjectDaoImpl.getProjectsWithDependenciesByGroupId(int projectGroupId)
           
 List<Project> ProjectDao.getProjectsWithDependenciesByGroupId(int projectGroupId)
           
 

Methods in org.apache.continuum.dao with parameters of type Project
 void BuildResultDaoImpl.addBuildResult(Project project, BuildResult build)
           
 void BuildResultDao.addBuildResult(Project project, BuildResult build)
           
 BuildDefinition BuildDefinitionDaoImpl.getDefaultBuildDefinitionForProject(Project project)
           
 BuildDefinition BuildDefinitionDao.getDefaultBuildDefinitionForProject(Project project)
          returns the default build definition for the project without consulting the project group
 ProjectGroup ProjectGroupDaoImpl.getProjectGroupByProject(Project project)
           
 ProjectGroup ProjectGroupDao.getProjectGroupByProject(Project project)
          Return the project group of the project.
 void ProjectDaoImpl.removeProject(Project project)
           
 void ProjectDao.removeProject(Project project)
           
 void ProjectDaoImpl.updateProject(Project project)
           
 void ProjectDao.updateProject(Project project)
           
 

Uses of Project in org.apache.continuum.model.release
 

Methods in org.apache.continuum.model.release that return Project
 Project ContinuumReleaseResult.getProject()
          Get the project field.
 

Methods in org.apache.continuum.model.release with parameters of type Project
 void ContinuumReleaseResult.setProject(Project project)
          Set the project field.
 

Uses of Project in org.apache.continuum.release.distributed.manager
 

Methods in org.apache.continuum.release.distributed.manager with parameters of type Project
 String DefaultDistributedReleaseManager.releasePrepare(Project project, Properties releaseProperties, Map<String,String> releaseVersion, Map<String,String> developmentVersion, Map<String,String> environments, String username)
           
 String DistributedReleaseManager.releasePrepare(Project project, Properties releaseProperties, Map<String,String> releaseVersion, Map<String,String> developmentVersion, Map<String,String> environments, String username)
           
 

Uses of Project in org.apache.continuum.taskqueue
 

Methods in org.apache.continuum.taskqueue that return types with arguments of type Project
 List<Project> CheckOutTask.getProjectsWithCommonScmRoot()
           
 

Constructor parameters in org.apache.continuum.taskqueue with type arguments of type Project
CheckOutTask(int projectId, File workingDirectory, String projectName, String scmUserName, String scmPassword, String scmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 

Uses of Project in org.apache.continuum.utils
 

Methods in org.apache.continuum.utils that return types with arguments of type Project
static List<Project> ProjectSorter.getSortedProjects(Collection<Project> projects, org.slf4j.Logger logger)
          Sort a list of projects.
 

Method parameters in org.apache.continuum.utils with type arguments of type Project
static List<Project> ProjectSorter.getSortedProjects(Collection<Project> projects, org.slf4j.Logger logger)
          Sort a list of projects.
 

Uses of Project in org.apache.maven.continuum
 

Methods in org.apache.maven.continuum that return Project
 Project AbstractContinuumTest.addProject(Project project)
           
 Project AbstractContinuumTest.addProject(String name)
           
 Project AbstractContinuumTest.addProject(String name, ProjectGroup group)
           
 Project DefaultContinuum.getProject(int projectId)
           
 Project Continuum.getProject(int projectId)
           
 Project DefaultContinuum.getProjectWithAllDetails(int projectId)
           
 Project Continuum.getProjectWithAllDetails(int projectId)
           
 Project DefaultContinuum.getProjectWithBuildDetails(int projectId)
           
 Project Continuum.getProjectWithBuildDetails(int projectId)
           
 Project DefaultContinuum.getProjectWithBuilds(int projectId)
           
 Project Continuum.getProjectWithBuilds(int projectId)
           
 Project DefaultContinuum.getProjectWithCheckoutResult(int projectId)
           
 Project Continuum.getProjectWithCheckoutResult(int projectId)
           
static Project AbstractContinuumTest.makeProject(Project project, String name, String version)
           
static Project AbstractContinuumTest.makeProject(String name, String emailAddress, String version)
           
static Project AbstractContinuumTest.makeStubProject(String name)
           
static Project AbstractContinuumTest.makeStubShellProject(String name, String script)
           
 

Methods in org.apache.maven.continuum that return types with arguments of type Project
 Collection<Project> DefaultContinuum.getProjects()
          TODO: Remove this method
 Collection<Project> Continuum.getProjects()
           
 List<Project> DefaultContinuum.getProjectsInBuildOrder(Collection<Project> projects)
          take a collection of projects and sort for order
 List<Project> Continuum.getProjectsInBuildOrder(Collection<Project> projects)
          take a collection of projects and sort for order
 Collection<Project> DefaultContinuum.getProjectsInGroup(int projectGroupId)
           
 Collection<Project> Continuum.getProjectsInGroup(int projectGroupId)
           
 Collection<Project> DefaultContinuum.getProjectsInGroupWithDependencies(int projectGroupId)
           
 Collection<Project> Continuum.getProjectsInGroupWithDependencies(int projectGroupId)
           
 Collection<Project> DefaultContinuum.getProjectsWithDependencies()
          TODO: Remove this method
 Collection<Project> Continuum.getProjectsWithDependencies()
           
 

Methods in org.apache.maven.continuum with parameters of type Project
 Project AbstractContinuumTest.addProject(Project project)
           
 int DefaultContinuum.addProject(Project project, String executorId, int groupId)
           
 int Continuum.addProject(Project project, String executorId, int projectGroupId)
          Add a project to the list of building projects (ant, shell,...)
 int DefaultContinuum.addProject(Project project, String executorId, int groupId, int buildDefinitionTemplateId)
           
 int Continuum.addProject(Project project, String executorId, int projectGroupId, int buildDefintionTemplateId)
          Add a project to the list of building projects (ant, shell,...)
 void AbstractContinuumTest.assertProjectEquals(Project expected, Project actual)
           
 void AbstractContinuumTest.assertProjectEquals(String name, List<ProjectNotifier> notifiers, String version, Project actual)
           
 void AbstractContinuumTest.assertProjectEquals(String name, String emailAddress, String version, Project actual)
           
static Project AbstractContinuumTest.makeProject(Project project, String name, String version)
           
 void DefaultContinuum.updateProject(Project project)
           
 void Continuum.updateProject(Project project)
           
 

Method parameters in org.apache.maven.continuum with type arguments of type Project
 void DefaultContinuum.buildProjectsWithBuildDefinition(List<Project> projects, int buildDefinitionId)
           
 void Continuum.buildProjectsWithBuildDefinition(List<Project> projects, int buildDefinitionId)
           
 void DefaultContinuum.buildProjectsWithBuildDefinition(List<Project> projects, List<BuildDefinition> bds)
           
 void Continuum.buildProjectsWithBuildDefinition(List<Project> projects, List<BuildDefinition> bds)
           
 List<Project> DefaultContinuum.getProjectsInBuildOrder(Collection<Project> projects)
          take a collection of projects and sort for order
 List<Project> Continuum.getProjectsInBuildOrder(Collection<Project> projects)
          take a collection of projects and sort for order
 

Uses of Project in org.apache.maven.continuum.buildcontroller
 

Methods in org.apache.maven.continuum.buildcontroller that return Project
 Project BuildContext.getProject()
           
 

Methods in org.apache.maven.continuum.buildcontroller with parameters of type Project
 void BuildContext.setProject(Project project)
           
 

Uses of Project in org.apache.maven.continuum.builddefinition
 

Methods in org.apache.maven.continuum.builddefinition with parameters of type Project
 void DefaultBuildDefinitionService.addTemplateInProject(int buildDefinitionTemplateId, Project project)
           
 void BuildDefinitionService.addTemplateInProject(int buildDefinitionTemplateId, Project project)
           
 

Uses of Project in org.apache.maven.continuum.core.action
 

Methods in org.apache.maven.continuum.core.action that return Project
static Project AbstractContinuumAction.getProject(Map<String,Object> context)
           
static Project AbstractContinuumAction.getProject(Map<String,Object> context, Project defaultValue)
           
static Project AbstractContinuumAction.getUnvalidatedProject(Map<String,Object> context)
           
 

Methods in org.apache.maven.continuum.core.action that return types with arguments of type Project
static List<Project> AbstractContinuumAction.getListOfProjects(Map<String,Object> context)
           
static List<Project> AbstractContinuumAction.getListOfProjectsInGroupWithCommonScmRoot(Map<String,Object> context)
           
 

Methods in org.apache.maven.continuum.core.action with parameters of type Project
static Project AbstractContinuumAction.getProject(Map<String,Object> context, Project defaultValue)
           
protected  void AbstractBuildDefinitionContinuumAction.resolveDefaultBuildDefinitionsForProject(BuildDefinition buildDefinition, Project project)
           
static void AbstractContinuumAction.setProject(Map<String,Object> context, Project p)
           
static void AbstractContinuumAction.setUnvalidatedProject(Map<String,Object> context, Project p)
           
 

Method parameters in org.apache.maven.continuum.core.action with type arguments of type Project
static void AbstractContinuumAction.setListOfProjects(Map<String,Object> context, List<Project> projects)
           
static void AbstractContinuumAction.setListOfProjectsInGroupWithCommonScmRoot(Map<String,Object> context, List<Project> projects)
           
 

Uses of Project in org.apache.maven.continuum.execution
 

Methods in org.apache.maven.continuum.execution with parameters of type Project
 void AbstractBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 void ContinuumBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 ContinuumBuildExecutionResult ContinuumBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
protected  ContinuumBuildExecutionResult AbstractBuildExecutor.executeShellCommand(Project project, String executable, String arguments, File output, Map<String,String> environments, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
protected  String AbstractBuildExecutor.getBuildFileForProject(Project project, BuildDefinition buildDefinition)
           
protected  Properties AbstractBuildExecutor.getContinuumSystemProperties(Project project)
           
 List<org.apache.maven.artifact.Artifact> AbstractBuildExecutor.getDeployableArtifacts(Project project, File workingDirectory, BuildDefinition buildDefinition)
           
 List<org.apache.maven.artifact.Artifact> ContinuumBuildExecutor.getDeployableArtifacts(Project project, File workingDirectory, BuildDefinition buildDefinition)
           
 File AbstractBuildExecutor.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 boolean AbstractBuildExecutor.isBuilding(Project project)
           
 boolean ContinuumBuildExecutor.isBuilding(Project project)
           
protected  boolean AbstractBuildExecutor.isDescriptionUpdated(BuildDefinition buildDefinition, ScmResult scmResult, Project project)
           
 void AbstractBuildExecutor.killProcess(Project project)
           
 void ContinuumBuildExecutor.killProcess(Project project)
           
 boolean AbstractBuildExecutor.shouldBuild(List<ChangeSet> changes, Project continuumProject, File workingDirectory, BuildDefinition buildDefinition)
          By default, we return true because with a change, the project must be rebuilt.
 boolean ContinuumBuildExecutor.shouldBuild(List<ChangeSet> changes, Project continuumProject, File workingDirectory, BuildDefinition buildDefinition)
           
 void ContinuumBuildExecutor.updateProjectFromCheckOut(File workingDirectory, Project project, BuildDefinition buildDefinition, ScmResult scmResult)
           
 

Method parameters in org.apache.maven.continuum.execution with type arguments of type Project
 void AbstractBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 void ContinuumBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 ContinuumBuildExecutionResult ContinuumBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
protected  ContinuumBuildExecutionResult AbstractBuildExecutor.executeShellCommand(Project project, String executable, String arguments, File output, Map<String,String> environments, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 File AbstractBuildExecutor.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 

Uses of Project in org.apache.maven.continuum.execution.ant
 

Methods in org.apache.maven.continuum.execution.ant with parameters of type Project
 ContinuumBuildExecutionResult AntBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 void AntBuildExecutor.updateProjectFromCheckOut(File workingDirectory, Project p, BuildDefinition buildDefinition, ScmResult scmResult)
           
 

Method parameters in org.apache.maven.continuum.execution.ant with type arguments of type Project
 ContinuumBuildExecutionResult AntBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 

Uses of Project in org.apache.maven.continuum.execution.maven.m1
 

Methods in org.apache.maven.continuum.execution.maven.m1 with parameters of type Project
 ContinuumBuildExecutionResult MavenOneBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 void MavenOneMetadataHelper.mapMetadata(ContinuumProjectBuildingResult result, File metadata, Project project, boolean updateDefinition)
           
 void DefaultMavenOneMetadataHelper.mapMetadata(ContinuumProjectBuildingResult result, File metadata, Project project, boolean updateDefinition)
           
 void MavenOneMetadataHelper.mapMetadata(File metadata, Project project)
          Deprecated. Use #mapMetadata(ContinuumProjectBuildingResult, File, Project) instead
 void DefaultMavenOneMetadataHelper.mapMetadata(File metadata, Project project)
          Deprecated. Use #mapMetadata(ContinuumProjectBuildingResult, File, Project) instead
 void MavenOneBuildExecutor.updateProjectFromCheckOut(File workingDirectory, Project project, BuildDefinition buildDefinition, ScmResult scmResult)
           
 

Method parameters in org.apache.maven.continuum.execution.maven.m1 with type arguments of type Project
 ContinuumBuildExecutionResult MavenOneBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 

Uses of Project in org.apache.maven.continuum.execution.maven.m2
 

Methods in org.apache.maven.continuum.execution.maven.m2 with parameters of type Project
 void MavenTwoBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 ContinuumBuildExecutionResult MavenTwoBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 List<org.apache.maven.artifact.Artifact> MavenTwoBuildExecutor.getDeployableArtifacts(Project continuumProject, File workingDirectory, BuildDefinition buildDefinition)
           
 void MavenBuilderHelper.mapMavenProjectToContinuumProject(ContinuumProjectBuildingResult result, org.apache.maven.project.MavenProject mavenProject, Project continuumProject, boolean updateDefinition)
           
 void DefaultMavenBuilderHelper.mapMavenProjectToContinuumProject(ContinuumProjectBuildingResult result, org.apache.maven.project.MavenProject mavenProject, Project continuumProject, boolean update)
           
 void MavenBuilderHelper.mapMetadataToProject(ContinuumProjectBuildingResult result, File metadata, Project project, boolean updateDefinition)
           
 void DefaultMavenBuilderHelper.mapMetadataToProject(ContinuumProjectBuildingResult result, File metadata, Project continuumProject, boolean update)
           
 boolean MavenTwoBuildExecutor.shouldBuild(List<ChangeSet> changes, Project continuumProject, File workingDirectory, BuildDefinition buildDefinition)
           
 void MavenTwoBuildExecutor.updateProjectFromCheckOut(File workingDirectory, Project project, BuildDefinition buildDefinition, ScmResult scmResult)
           
 

Method parameters in org.apache.maven.continuum.execution.maven.m2 with type arguments of type Project
 void MavenTwoBuildExecutor.backupTestFiles(Project project, int buildId, String projectScmRootUrl, List<Project> projectsWithCommonScmRoot)
           
 ContinuumBuildExecutionResult MavenTwoBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 

Uses of Project in org.apache.maven.continuum.execution.shell
 

Methods in org.apache.maven.continuum.execution.shell with parameters of type Project
 ContinuumBuildExecutionResult ShellBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 void ShellBuildExecutor.updateProjectFromCheckOut(File workingDirectory, Project project, BuildDefinition buildDefinition, ScmResult scmResult)
           
 

Method parameters in org.apache.maven.continuum.execution.shell with type arguments of type Project
 ContinuumBuildExecutionResult ShellBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, List<Project> projectsWithCommonScmRoot, String projectScmRootUrl)
           
 

Uses of Project in org.apache.maven.continuum.model.project
 

Methods in org.apache.maven.continuum.model.project that return Project
 Project BuildResult.getProject()
          Get the project field.
 

Methods in org.apache.maven.continuum.model.project that return types with arguments of type Project
 List<Project> ProjectGroup.getProjects()
          Method getProjects.
 

Methods in org.apache.maven.continuum.model.project with parameters of type Project
 void ProjectGroup.addProject(Project project)
          Method addProject.
 void ProjectGroup.breakProjectAssociation(Project project)
          Method breakProjectAssociation.
 void BuildResult.breakProjectAssociation(Project project)
          Method breakProjectAssociation.
 void ProjectGroup.createProjectAssociation(Project project)
          Method createProjectAssociation.
 void BuildResult.createProjectAssociation(Project project)
          Method createProjectAssociation.
 void ProjectGroup.removeProject(Project project)
          Method removeProject.
 void BuildResult.setProject(Project project)
          Set the project field.
 

Method parameters in org.apache.maven.continuum.model.project with type arguments of type Project
 void ProjectGroup.setProjects(List<Project> projects)
          Set the projects field.
 

Uses of Project in org.apache.maven.continuum.notification
 

Methods in org.apache.maven.continuum.notification that return Project
 Project MessageContext.getProject()
           
 

Methods in org.apache.maven.continuum.notification with parameters of type Project
 void DefaultContinuumNotificationDispatcher.buildComplete(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void ContinuumNotificationDispatcher.buildComplete(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void DefaultContinuumNotificationDispatcher.buildStarted(Project project, BuildDefinition buildDefinition)
           
 void ContinuumNotificationDispatcher.buildStarted(Project project, BuildDefinition buildDefinition)
           
 void DefaultContinuumNotificationDispatcher.checkoutComplete(Project project, BuildDefinition buildDefinition)
           
 void ContinuumNotificationDispatcher.checkoutComplete(Project project, BuildDefinition buildDefinition)
           
 void DefaultContinuumNotificationDispatcher.checkoutStarted(Project project, BuildDefinition buildDefinition)
           
 void ContinuumNotificationDispatcher.checkoutStarted(Project project, BuildDefinition buildDefinition)
           
protected  String AbstractContinuumNotifier.generateMessage(Project project, BuildResult build, ConfigurationService configurationService)
           
protected  String AbstractContinuumNotifier.getBuildOutput(Project project, BuildResult buildResult)
           
protected  BuildResult AbstractContinuumNotifier.getPreviousBuild(Project project, BuildDefinition buildDef, BuildResult currentBuild)
           
 String AbstractContinuumNotifier.getReportUrl(Project project, BuildResult build, ConfigurationService configurationService)
          Returns url of the last build
 void DefaultContinuumNotificationDispatcher.goalsCompleted(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void ContinuumNotificationDispatcher.goalsCompleted(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void DefaultContinuumNotificationDispatcher.runningGoals(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void ContinuumNotificationDispatcher.runningGoals(Project project, BuildDefinition buildDefinition, BuildResult buildResult)
           
 void MessageContext.setProject(Project project)
           
 

Uses of Project in org.apache.maven.continuum.project.builder
 

Methods in org.apache.maven.continuum.project.builder that return Project
 Project ContinuumProjectBuildingResult.getRootProject()
           
 

Methods in org.apache.maven.continuum.project.builder that return types with arguments of type Project
 List<Project> ContinuumProjectBuildingResult.getProjects()
           
 

Methods in org.apache.maven.continuum.project.builder with parameters of type Project
 void ContinuumProjectBuildingResult.addProject(Project project)
           
 void ContinuumProjectBuildingResult.addProject(Project project, String executorId)
           
 void ContinuumProjectBuildingResult.setRootProject(Project rootProject)
           
 

Uses of Project in org.apache.maven.continuum.release
 

Methods in org.apache.maven.continuum.release with parameters of type Project
 String DefaultContinuumReleaseManager.prepare(Project project, Properties releaseProperties, Map<String,String> relVersions, Map<String,String> devVersions, ContinuumReleaseManagerListener listener, String workingDirectory)
           
 String ContinuumReleaseManager.prepare(Project project, Properties releaseProperties, Map<String,String> releaseVersions, Map<String,String> developmentVersions, ContinuumReleaseManagerListener listener, String workingDirectory)
          Prepare a project for release
 String DefaultContinuumReleaseManager.prepare(Project project, Properties releaseProperties, Map<String,String> relVersions, Map<String,String> devVersions, ContinuumReleaseManagerListener listener, String workingDirectory, Map<String,String> environments, String executable)
           
 String ContinuumReleaseManager.prepare(Project project, Properties releaseProperties, Map<String,String> releaseVersions, Map<String,String> developmentVersions, ContinuumReleaseManagerListener listener, String workingDirectory, Map<String,String> environments, String executable)
          Prepare a project for release
 

Uses of Project in org.apache.maven.continuum.utils
 

Methods in org.apache.maven.continuum.utils with parameters of type Project
 File WorkingDirectoryService.getWorkingDirectory(Project project)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project)
           
 File WorkingDirectoryService.getWorkingDirectory(Project project, boolean shouldSet)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project, boolean shouldSet)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project, boolean shouldSet)
           
 File WorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projects)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects)
           
 File WorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projects, boolean shouldSet)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects, boolean shouldSet)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects, boolean shouldSet)
           
 

Method parameters in org.apache.maven.continuum.utils with type arguments of type Project
 File WorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projects)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects)
           
 File WorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRootUrl, List<Project> projects, boolean shouldSet)
           
 File DefaultWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects, boolean shouldSet)
           
 File ChrootJailWorkingDirectoryService.getWorkingDirectory(Project project, String projectScmRoot, List<Project> projects, boolean shouldSet)
           
 

Uses of Project in org.apache.maven.continuum.web.action
 

Methods in org.apache.maven.continuum.web.action that return Project
 Project WorkingCopyAction.getProject()
           
 Project SurefireReportAction.getProject()
           
 Project ReleaseProjectAction.getProject()
           
 Project ProjectViewAction.getProject()
           
 Project ProjectEditAction.getProject()
           
 Project BuildResultsListAction.getProject()
           
 Project BuildResultAction.getProject()
           
 Project SurefireReportAction.getProjectById(int projectId)
           
 

Methods in org.apache.maven.continuum.web.action that return types with arguments of type Project
 Collection<Project> ProjectGroupAction.getProjectList()
           
 

Methods in org.apache.maven.continuum.web.action with parameters of type Project
 void ReleaseProjectAction.setProject(Project project)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.