com.atlassian.jira.vcs
Interface RepositoryBrowser
- All Known Implementing Classes:
- ViewCvsBrowser
public interface RepositoryBrowser
VIEW_CVS_TYPE
static final String VIEW_CVS_TYPE
- See Also:
- Constant Field Values
getFileLink
String getFileLink(String filePath)
- Returns the link to the main screen of the file
getRevisionLink
String getRevisionLink(String filePath,
String revision)
- Returns the link to the actual (given) revison of the file
getDiffLink
String getDiffLink(String filePath,
String currentRevision)
- Returns the link to the diff between the current (given) revision of the file
and the previous one.
- Parameters:
filePath
- currentRevision
-
getType
String getType()
Copyright © 2002-2012 Atlassian. All Rights Reserved.