Uses of Class
org.apache.maven.scm.ChangeSet
- 
- 
Uses of ChangeSet in org.apache.maven.scm.command.changelogMethods in org.apache.maven.scm.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>ChangeLogSet. getChangeSets()Returns the collection of changeSet.Method parameters in org.apache.maven.scm.command.changelog with type arguments of type ChangeSet Modifier and Type Method Description voidChangeLogSet. setChangeSets(List<ChangeSet> changeSets)Constructor parameters in org.apache.maven.scm.command.changelog with type arguments of type ChangeSet Constructor Description ChangeLogSet(List<ChangeSet> entries, Date startDate, Date endDate)Initializes a new instance of this class.
- 
Uses of ChangeSet in org.apache.maven.scm.command.updateMethods in org.apache.maven.scm.command.update that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>UpdateScmResult. getChanges()Method parameters in org.apache.maven.scm.command.update with type arguments of type ChangeSet Modifier and Type Method Description voidUpdateScmResult. setChanges(List<ChangeSet> changes)
- 
Uses of ChangeSet in org.apache.maven.scm.provider.git.gitexe.command.changelogMethods in org.apache.maven.scm.provider.git.gitexe.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>GitChangeLogConsumer. getModifications()
- 
Uses of ChangeSet in org.apache.maven.scm.provider.hg.command.changelogMethods in org.apache.maven.scm.provider.hg.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>HgChangeLogConsumer. getModifications()
- 
Uses of ChangeSet in org.apache.maven.scm.provider.hg.command.inventorySubclasses of ChangeSet in org.apache.maven.scm.provider.hg.command.inventory Modifier and Type Class Description classHgChangeSetMercurial changeset.
- 
Uses of ChangeSet in org.apache.maven.scm.provider.svnSubclasses of ChangeSet in org.apache.maven.scm.provider.svn Modifier and Type Class Description classSvnChangeSet
- 
Uses of ChangeSet in org.apache.maven.scm.provider.svn.svnexe.command.changelogMethods in org.apache.maven.scm.provider.svn.svnexe.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>SvnChangeLogConsumer. getModifications()
- 
Uses of ChangeSet in org.apache.maven.scm.provider.svn.svnexe.command.updateMethods in org.apache.maven.scm.provider.svn.svnexe.command.update that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>SvnUpdateConsumer. getChangeSets()Method parameters in org.apache.maven.scm.provider.svn.svnexe.command.update with type arguments of type ChangeSet Modifier and Type Method Description voidSvnUpdateConsumer. setChangeSets(List<ChangeSet> changeSets)
 
-