Uses of Class
org.apache.maven.model.IssueManagement

Packages that use IssueManagement
org.apache.maven.model   
org.apache.maven.model.merge   
 

Uses of IssueManagement in org.apache.maven.model
 

Methods in org.apache.maven.model that return IssueManagement
 IssueManagement IssueManagement.clone()
          Method clone.
 IssueManagement Model.getIssueManagement()
          Get the project's issue management system information.
 

Methods in org.apache.maven.model with parameters of type IssueManagement
 void Model.setIssueManagement(IssueManagement issueManagement)
          Set the project's issue management system information.
 

Uses of IssueManagement in org.apache.maven.model.merge
 

Methods in org.apache.maven.model.merge with parameters of type IssueManagement
protected  void ModelMerger.mergeIssueManagement_System(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeIssueManagement_Url(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeIssueManagement(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object,Object> context)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.