Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
ChangeLogSet.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
ChangeLogSet.getChangeSets()
Returns the collection of changeSet.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogSet.setChangeSets(java.util.List<ChangeSet> changeSets) |
Constructor and Description |
---|
ChangeLogSet(java.util.List<ChangeSet> entries,
java.util.Date startDate,
java.util.Date endDate)
Initializes a new instance of this class.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
UpdateScmResult.changes |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
UpdateScmResult.getChanges() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateScmResult.setChanges(java.util.List<ChangeSet> changes) |
Constructor and Description |
---|
UpdateScmResult(java.util.List<ScmFile> updatedFiles,
java.util.List<ChangeSet> changes,
ScmResult result) |
UpdateScmResultWithRevision(java.util.List<ScmFile> updatedFiles,
java.util.List<ChangeSet> changes,
java.lang.String revision,
ScmResult result) |
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
BazaarChangeLogConsumer.currentChange |
private ChangeSet |
BazaarChangeLogConsumer.lastChange |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
BazaarChangeLogConsumer.logEntries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
BazaarChangeLogConsumer.getModifications() |
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
ClearCaseChangeLogConsumer.currentChange
the current log entry being processed by the parser
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
ClearCaseChangeLogConsumer.entries |
Modifier and Type | Method and Description |
---|---|
private ChangeSet |
ClearCaseChangeLogConsumer.getCurrentChange()
Getter for property currentChange.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
ClearCaseChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
private void |
ClearCaseChangeLogConsumer.setCurrentChange(ChangeSet currentChange)
Setter for property currentLogEntry.
|
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
CvsChangeLogConsumer.currentChange
the current log entry being processed by the parser
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
CvsChangeLogConsumer.entries |
Modifier and Type | Method and Description |
---|---|
private ChangeSet |
CvsChangeLogConsumer.getCurrentChange()
Getter for property currentChange.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
CvsChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
private void |
CvsChangeLogConsumer.addEntry(ChangeSet entry,
ChangeFile file)
Add a change log entry to the list (if it's not already there) with the
given file.
|
private boolean |
CvsChangeLogConsumer.areEqual(ChangeSet set1,
ChangeSet set2) |
private void |
CvsChangeLogConsumer.setCurrentChange(ChangeSet currentChange)
Setter for property currentChange.
|
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
GitChangeLogConsumer.currentChange
The current log entry being processed by the parser
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
GitChangeLogConsumer.entries
List of change log entries
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
GitChangeLogConsumer.getModifications() |
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
HgChangeLogConsumer.currentChange |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
HgChangeLogConsumer.logEntries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
HgChangeLogConsumer.getModifications() |
Modifier and Type | Class and Description |
---|---|
class |
HgChangeSet
Mercurial changeset
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
JazzHistoryConsumer.entries |
private java.util.List<ChangeSet> |
JazzListChangesetConsumer.entries |
Modifier and Type | Method and Description |
---|---|
protected JazzScmCommand |
JazzChangeLogCommand.createListChangesetCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.List<ChangeSet> changeSets) |
Constructor and Description |
---|
JazzHistoryConsumer(ScmProviderRepository repo,
ScmLogger logger,
java.util.List<ChangeSet> entries)
Constructor for our "scm history" consumer.
|
JazzListChangesetConsumer(ScmProviderRepository repo,
ScmLogger logger,
java.util.List<ChangeSet> entries,
java.lang.String userDateFormat)
Constructor for our "scm list changeset" consumer.
|
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
PerforceChangeLogConsumer.currentChange
The current log entry being processed by the parser
|
private ChangeSet |
PerforceDescribeConsumer.currentChange
The current log entry being processed by the parser
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
PerforceChangeLogConsumer.entries |
private java.util.List<ChangeSet> |
PerforceDescribeConsumer.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
PerforceChangeLogConsumer.getModifications() |
java.util.List<ChangeSet> |
PerforceDescribeConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
private void |
PerforceChangeLogConsumer.addEntry(ChangeSet entry,
ChangeFile file)
Add a change log entry to the list (if it's not already there)
with the given file.
|
private void |
PerforceDescribeConsumer.addEntry(ChangeSet entry,
ChangeFile file)
Add a change log entry to the list (if it's not already there)
with the given file.
|
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
StarteamChangeLogConsumer.currentChange
the current log entry being processed by the parser
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
StarteamChangeLogConsumer.entries |
Modifier and Type | Method and Description |
---|---|
private ChangeSet |
StarteamChangeLogConsumer.getCurrentChange()
Getter for property currentChange.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
StarteamChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
private void |
StarteamChangeLogConsumer.addEntry(ChangeSet entry,
ChangeFile file)
Add a change log entry to the list (if it's not already there)
with the given file.
|
private void |
StarteamChangeLogConsumer.setCurrentChange(ChangeSet currentChange)
Setter for property currentChange.
|
Modifier and Type | Class and Description |
---|---|
class |
SvnChangeSet |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
SvnChangeLogConsumer.entries
List of change log entries
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
SvnChangeLogConsumer.getModifications() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
SvnUpdateConsumer.changeSets |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
SvnUpdateConsumer.getChangeSets() |
Modifier and Type | Method and Description |
---|---|
void |
SvnUpdateConsumer.setChangeSets(java.util.List<ChangeSet> changeSets) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeSet> |
TfsChangeLogConsumer.logs |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
TfsChangeLogConsumer.getLogs() |
Modifier and Type | Field and Description |
---|---|
private ChangeSet |
VssChangeLogConsumer.currentChangeSet |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ChangeSet> |
VssChangeLogConsumer.entries
rcs entries, in reverse (date, time, author, comment) order
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSet> |
VssChangeLogConsumer.getModifications() |
Modifier and Type | Method and Description |
---|---|
private void |
VssChangeLogConsumer.addEntry(ChangeSet entry,
ChangeFile file)
Add a change log entry to the list (if it's not already there) with the
given file.
|