Uses of Class
org.apache.maven.scm.ChangeSet
-
Packages that use ChangeSet Package Description org.apache.maven.scm.command.changelog org.apache.maven.scm.command.update -
-
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 void
ChangeLogSet. 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 void
UpdateScmResult. setChanges(List<ChangeSet> changes)
-