Uses of Class
org.apache.maven.plugins.changes.model.FixedIssue

Packages that use FixedIssue
org.apache.maven.plugins.changes.model   
 

Uses of FixedIssue in org.apache.maven.plugins.changes.model
 

Methods in org.apache.maven.plugins.changes.model that return types with arguments of type FixedIssue
 List<FixedIssue> Action.getFixedIssues()
          Method getFixedIssues.
 

Methods in org.apache.maven.plugins.changes.model with parameters of type FixedIssue
 void Action.addFixedIssue(FixedIssue fixedIssue)
          Method addFixedIssue.
 void Action.removeFixedIssue(FixedIssue fixedIssue)
          Method removeFixedIssue.
 

Method parameters in org.apache.maven.plugins.changes.model with type arguments of type FixedIssue
 void Action.setFixedIssues(List<FixedIssue> fixedIssues)
          Set a list of fix issues.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.