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> |
BazaarChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
ClearCaseChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
CvsChangeLogConsumer.getModifications() |
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 | Method and Description |
---|---|
protected JazzScmCommand |
JazzChangeLogCommand.createListChangesetCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
List<ChangeSet> changeSets) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
PerforceDescribeConsumer.getModifications() |
List<ChangeSet> |
PerforceChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
StarteamChangeLogConsumer.getModifications() |
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) |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
TfsChangeLogConsumer.getLogs() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
VssChangeLogConsumer.getModifications() |
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.