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

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

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

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

Methods in org.apache.maven.plugins.changes.model with parameters of type DueTo
 void Action.addDueTo(DueTo dueTo)
          Method addDueTo.
 void Action.removeDueTo(DueTo dueTo)
          Method removeDueTo.
 

Method parameters in org.apache.maven.plugins.changes.model with type arguments of type DueTo
 void Action.setDueTos(List<DueTo> dueTos)
          Set a list of contributors for this issue.
 



Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.