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

Packages that use ProjectDependency
org.apache.continuum.buildagent.build.execution   
org.apache.continuum.builder.distributed.util   
org.apache.maven.continuum.buildcontroller   
org.apache.maven.continuum.core.action   
org.apache.maven.continuum.model.project   
 

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

Methods in org.apache.continuum.buildagent.build.execution with parameters of type ProjectDependency
protected  Map<String,Object> AbstractBuildExecutor.getProjectParent(ProjectDependency parent)
           
 

Method parameters in org.apache.continuum.buildagent.build.execution with type arguments of type ProjectDependency
protected  List<Map<String,Object>> AbstractBuildExecutor.getProjectDependencies(List<ProjectDependency> dependencies)
           
 

Uses of ProjectDependency in org.apache.continuum.builder.distributed.util
 

Methods in org.apache.continuum.builder.distributed.util that return types with arguments of type ProjectDependency
 List<ProjectDependency> DistributedBuildUtil.getModifiedDependencies(BuildResult oldBuildResult, Map<String,Object> context)
           
 

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

Methods in org.apache.maven.continuum.buildcontroller that return types with arguments of type ProjectDependency
 List<ProjectDependency> BuildContext.getModifiedDependencies()
           
 

Method parameters in org.apache.maven.continuum.buildcontroller with type arguments of type ProjectDependency
 void BuildContext.setModifiedDependencies(List<ProjectDependency> modifiedDependencies)
           
 

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

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

Method parameters in org.apache.maven.continuum.core.action with type arguments of type ProjectDependency
static List<ProjectDependency> AbstractContinuumAction.getUpdatedDependencies(Map<String,Object> context, List<ProjectDependency> defaultValue)
           
static void AbstractContinuumAction.setUpdatedDependencies(Map<String,Object> context, List<ProjectDependency> dependencies)
           
 

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

Methods in org.apache.maven.continuum.model.project that return ProjectDependency
 ProjectDependency Project.getParent()
          Get the parent field.
 

Methods in org.apache.maven.continuum.model.project that return types with arguments of type ProjectDependency
 List<ProjectDependency> Project.getDependencies()
          Method getDependencies.
 List<ProjectDependency> BuildResult.getModifiedDependencies()
          Method getModifiedDependencies.
 

Methods in org.apache.maven.continuum.model.project with parameters of type ProjectDependency
 void Project.addDependency(ProjectDependency projectDependency)
          Method addDependency.
 void BuildResult.addModifiedDependency(ProjectDependency projectDependency)
          Method addModifiedDependency.
 void Project.removeDependency(ProjectDependency projectDependency)
          Method removeDependency.
 void BuildResult.removeModifiedDependency(ProjectDependency projectDependency)
          Method removeModifiedDependency.
 void Project.setParent(ProjectDependency parent)
          Set the parent field.
 

Method parameters in org.apache.maven.continuum.model.project with type arguments of type ProjectDependency
 void Project.setDependencies(List<ProjectDependency> dependencies)
          Set the dependencies field.
 void BuildResult.setModifiedDependencies(List<ProjectDependency> modifiedDependencies)
          Set the modifiedDependencies field.
 



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