ChoraIntegration
, CvswebIntegration
, JCVSWebIntegration
, TracIntegration
, ViewCvsIntegration
, ViewVcIntegration
public interface WebRepositoryIntegration
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBaseUrl() |
|
java.lang.String |
getDiffUrl(Revision oldRevision,
Revision newRevision) |
Returns a URL to a diff in the web repository browser.
|
java.lang.String |
getDirectoryUrl(Directory directory) |
Returns a URL to a directory in the web repository browser
|
java.lang.String |
getFileHistoryUrl(VersionedFile file) |
Returns a URL to a file in the web repository browser.
|
java.lang.String |
getFileViewUrl(Revision revision) |
Returns a URL to a file in the web repository browser.
|
java.lang.String |
getFileViewUrl(VersionedFile file) |
Returns a URL to a file in the web repository browser.
|
java.lang.String |
getName() |
Returns the name of the repository browser
|
void |
setAtticFileNames(java.util.Set atticFileNames) |
Sets the files that are "in the attic", in the CVS sense.
|
java.lang.String getName()
java.lang.String getDirectoryUrl(Directory directory)
directory
- the directoryjava.lang.String getFileHistoryUrl(VersionedFile file)
file
- the filejava.lang.String getFileViewUrl(VersionedFile file)
file
- the filejava.lang.String getFileViewUrl(Revision revision)
revision
- the revisionjava.lang.String getDiffUrl(Revision oldRevision, Revision newRevision)
oldRevision
- the old revisionnewRevision
- the new revisionvoid setAtticFileNames(java.util.Set atticFileNames)
atticFileNames
- names of all files (String) in the atticjava.lang.String getBaseUrl()