| Package | Description |
|---|---|
| hudson.scm | |
| hudson.scm.browsers |
| Modifier and Type | Method and Description |
|---|---|
Collection<SubversionChangeLogSet.Path> |
SubversionChangeLogSet.LogEntry.getAffectedFiles() |
List<SubversionChangeLogSet.Path> |
SubversionChangeLogSet.LogEntry.getPaths()
Gets the files that are changed in this commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubversionChangeLogSet.LogEntry.addPath(SubversionChangeLogSet.Path p) |
abstract URL |
SubversionRepositoryBrowser.getDiffLink(SubversionChangeLogSet.Path path)
Determines the link to the diff between the version
in the specified revision of
SubversionChangeLogSet.Path to its previous version. |
abstract URL |
SubversionRepositoryBrowser.getFileLink(SubversionChangeLogSet.Path path)
Determines the link to a single file under Subversion.
|
Copyright © 2004–2015. All rights reserved.