Uses of Class
org.apache.maven.continuum.model.scm.v1_0_9.ChangeSet

Packages that use ChangeSet
org.apache.maven.continuum.model.scm.v1_0_9   
 

Uses of ChangeSet in org.apache.maven.continuum.model.scm.v1_0_9
 

Methods in org.apache.maven.continuum.model.scm.v1_0_9 that return types with arguments of type ChangeSet
 List<ChangeSet> ScmResult.getChanges()
          Method getChanges.
 

Methods in org.apache.maven.continuum.model.scm.v1_0_9 with parameters of type ChangeSet
 void ScmResult.addChange(ChangeSet changeSet)
          Method addChange.
 void ScmResult.removeChange(ChangeSet changeSet)
          Method removeChange.
 

Method parameters in org.apache.maven.continuum.model.scm.v1_0_9 with type arguments of type ChangeSet
 void ScmResult.setChanges(List<ChangeSet> changes)
          Set the changes field.
 



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