Package | Description |
---|---|
org.apache.maven.scm.command.changelog | |
org.apache.maven.scm.command.update |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
ChangeLogSet.getChangeSets()
Returns the collection of changeSet.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogSet.setChangeSets(List<ChangeSet> changeSets) |
Constructor and Description |
---|
ChangeLogSet(List<ChangeSet> entries,
Date startDate,
Date endDate)
Initializes a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
UpdateScmResult.getChanges() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateScmResult.setChanges(List<ChangeSet> changes) |
Constructor and Description |
---|
UpdateScmResult(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
ScmResult result) |
UpdateScmResultWithRevision(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
String revision,
ScmResult result) |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.