Uses of Class
org.apache.maven.model.v3_0_0.Branch

Packages that use Branch
org.apache.maven.model.v3_0_0   
 

Uses of Branch in org.apache.maven.model.v3_0_0
 

Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Branch
 List<Branch> Model.getBranches()
          Method getBranches.
 

Methods in org.apache.maven.model.v3_0_0 with parameters of type Branch
 void Model.addBranch(Branch branch)
          Method addBranch.
 void Model.removeBranch(Branch branch)
          Method removeBranch.
 

Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Branch
 void Model.setBranches(List<Branch> branches)
          Set contains information on SCM branches of the project.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.