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) |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
GitChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
HgChangeLogConsumer.getModifications() |
Modifier and Type | Class and Description |
---|---|
class |
HgChangeSet
Mercurial changeset
|
Modifier and Type | Class and Description |
---|---|
class |
SvnChangeSet |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
SvnChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
SvnUpdateConsumer.getChangeSets() |
Modifier and Type | Method and Description |
---|---|
void |
SvnUpdateConsumer.setChangeSets(List<ChangeSet> changeSets) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.