Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeFile> |
ChangeSet.files
List of ChangeFile
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeFile> |
ChangeSet.getFiles()
Getter for ChangeFile list.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeSet.addFile(ChangeFile file) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSet.setFiles(java.util.List<ChangeFile> files)
Setter for ChangeFile list.
|
Constructor and Description |
---|
ChangeSet(java.util.Date date,
java.lang.String comment,
java.lang.String author,
java.util.List<ChangeFile> files) |
ChangeSet(java.lang.String strDate,
java.lang.String userDatePattern,
java.lang.String comment,
java.lang.String author,
java.util.List<ChangeFile> files) |
Modifier and Type | Field and Description |
---|---|
private ChangeFile |
ClearCaseChangeLogConsumer.currentFile
the current file being processed by the parser
|
Modifier and Type | Method and Description |
---|---|
private ChangeFile |
ClearCaseChangeLogConsumer.getCurrentFile()
Getter for property currentFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
ClearCaseChangeLogConsumer.setCurrentFile(ChangeFile currentFile)
Setter for property currentFile.
|
Modifier and Type | Field and Description |
---|---|
private ChangeFile |
CvsChangeLogConsumer.currentFile
the current file being processed by the parser
|
Modifier and Type | Method and Description |
---|---|
private ChangeFile |
CvsChangeLogConsumer.getCurrentFile()
Getter for property currentFile.
|
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 void |
CvsChangeLogConsumer.setCurrentFile(ChangeFile currentFile)
Setter for property currentFile.
|
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 ChangeFile |
StarteamChangeLogConsumer.currentFile
the current file being processed by the parser
|
Modifier and Type | Method and Description |
---|---|
private ChangeFile |
StarteamChangeLogConsumer.getCurrentFile()
Getter for property currentFile.
|
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.setCurrentFile(ChangeFile currentFile)
Setter for property currentFile.
|
Constructor and Description |
---|
SvnChangeSet(java.util.Date date,
java.lang.String comment,
java.lang.String author,
java.util.List<ChangeFile> files) |
SvnChangeSet(java.lang.String strDate,
java.lang.String userDatePattern,
java.lang.String comment,
java.lang.String author,
java.util.List<ChangeFile> files) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangeFile> |
SynergyGetTaskObjectsConsumer.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeFile> |
SynergyGetTaskObjectsConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ChangeFile> |
SynergyUtil.getModifiedObjects(ScmLogger logger,
int numTask,
java.lang.String ccmAddr)
Populate the object list of a Modification by querying for objects
associated with the task.
|
Modifier and Type | Field and Description |
---|---|
private ChangeFile |
VssChangeLogConsumer.currentFile |
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.
|