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.bazaar.command.changelog
Methods in org.apache.maven.scm.provider.bazaar.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>BazaarChangeLogConsumer. getModifications() -
Uses of ChangeSet in org.apache.maven.scm.provider.clearcase.command.changelog
Methods in org.apache.maven.scm.provider.clearcase.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>ClearCaseChangeLogConsumer. getModifications() -
Uses of ChangeSet in org.apache.maven.scm.provider.cvslib.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>CvsChangeLogConsumer. getModifications() -
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.jazz.command.changelog
Method parameters in org.apache.maven.scm.provider.jazz.command.changelog with type arguments of type ChangeSet Modifier and Type Method Description protected JazzScmCommandJazzChangeLogCommand. createListChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, List<ChangeSet> changeSets)Constructor parameters in org.apache.maven.scm.provider.jazz.command.changelog with type arguments of type ChangeSet Constructor Description JazzHistoryConsumer(ScmProviderRepository repo, ScmLogger logger, List<ChangeSet> entries)Constructor for our "scm history" consumer.JazzListChangesetConsumer(ScmProviderRepository repo, ScmLogger logger, List<ChangeSet> entries, String userDateFormat)Constructor for our "scm list changeset" consumer. -
Uses of ChangeSet in org.apache.maven.scm.provider.perforce.command.changelog
Methods in org.apache.maven.scm.provider.perforce.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>PerforceChangeLogConsumer. getModifications()List<ChangeSet>PerforceDescribeConsumer. getModifications() -
Uses of ChangeSet in org.apache.maven.scm.provider.starteam.command.changelog
Methods in org.apache.maven.scm.provider.starteam.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>StarteamChangeLogConsumer. getModifications() -
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) -
Uses of ChangeSet in org.apache.maven.scm.provider.tfs.command.consumer
Methods in org.apache.maven.scm.provider.tfs.command.consumer that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>TfsChangeLogConsumer. getLogs() -
Uses of ChangeSet in org.apache.maven.scm.provider.vss.commands.changelog
Methods in org.apache.maven.scm.provider.vss.commands.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>VssChangeLogConsumer. getModifications()
-