| Package | Description |
|---|---|
| org.apache.maven.scm | |
| org.apache.maven.scm.provider.svn | |
| org.apache.maven.scm.provider.synergy.consumer | |
| org.apache.maven.scm.provider.synergy.util |
| Modifier and Type | Method and Description |
|---|---|
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(List<ChangeFile> files)
Setter for ChangeFile list.
|
| Constructor and Description |
|---|
ChangeSet(Date date,
String comment,
String author,
List<ChangeFile> files) |
ChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List<ChangeFile> files) |
| Constructor and Description |
|---|
SvnChangeSet(Date date,
String comment,
String author,
List<ChangeFile> files) |
SvnChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List<ChangeFile> files) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeFile> |
SynergyGetTaskObjectsConsumer.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
static List<ChangeFile> |
SynergyUtil.getModifiedObjects(ScmLogger logger,
int numTask,
String ccmAddr)
Populate the object list of a Modification by querying for objects
associated with the task.
|
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.