Uses of Class
org.apache.maven.scm.ChangeSet
-
-
Uses of ChangeSet in org.apache.maven.scm.command.changelog
Fields in org.apache.maven.scm.command.changelog with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>ChangeLogSet. entriesMethods in org.apache.maven.scm.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.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(java.util.List<ChangeSet> changeSets)Constructor parameters in org.apache.maven.scm.command.changelog with type arguments of type ChangeSet Constructor Description ChangeLogSet(java.util.List<ChangeSet> entries, java.util.Date startDate, java.util.Date endDate)Initializes a new instance of this class. -
Uses of ChangeSet in org.apache.maven.scm.command.update
Fields in org.apache.maven.scm.command.update with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>UpdateScmResult. changesMethods in org.apache.maven.scm.command.update that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.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(java.util.List<ChangeSet> changes) -
Uses of ChangeSet in org.apache.maven.scm.provider.git.gitexe.command.changelog
Fields in org.apache.maven.scm.provider.git.gitexe.command.changelog declared as ChangeSet Modifier and Type Field Description private ChangeSetGitChangeLogConsumer. currentChangeThe current log entry being processed by the parser.Fields in org.apache.maven.scm.provider.git.gitexe.command.changelog with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>GitChangeLogConsumer. entriesList of change log entries.Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.List<ChangeSet>GitChangeLogConsumer. getModifications() -
Uses of ChangeSet in org.apache.maven.scm.provider.hg.command.changelog
Fields in org.apache.maven.scm.provider.hg.command.changelog declared as ChangeSet Modifier and Type Field Description private ChangeSetHgChangeLogConsumer. currentChangeFields in org.apache.maven.scm.provider.hg.command.changelog with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>HgChangeLogConsumer. logEntriesMethods in org.apache.maven.scm.provider.hg.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.changelog with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>SvnChangeLogConsumer. entriesList of change log entries.Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.List<ChangeSet>SvnChangeLogConsumer. getModifications() -
Uses of ChangeSet in org.apache.maven.scm.provider.svn.svnexe.command.update
Fields in org.apache.maven.scm.provider.svn.svnexe.command.update with type parameters of type ChangeSet Modifier and Type Field Description private java.util.List<ChangeSet>SvnUpdateConsumer. changeSetsMethods in org.apache.maven.scm.provider.svn.svnexe.command.update that return types with arguments of type ChangeSet Modifier and Type Method Description java.util.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(java.util.List<ChangeSet> changeSets)
-