Uses of Class
org.apache.maven.scm.ChangeSet
-
-
Uses of ChangeSet in org.apache.maven.scm.command.changelog
Methods 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.update
Methods 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.changelog
Methods 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.changelog
Methods 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.inventory
Subclasses 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.svn
Subclasses 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.changelog
Methods 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.update
Methods 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)
-