public interface

RepositoryHelper

com.atlassian.fisheye.plugin.web.helpers.RepositoryHelper

Summary

Public Methods
abstract String getPath()
abstract String getPathWithinRepository()
abstract RepositoryDataFE getRepositoryData()

Public Methods

public abstract String getPath ()

Returns
  • the context repository path (directory names separated by slashes) if available, prepended with the repository name. If there is no path, this will simply return the repository name. Note this is NOT the standard path representation as used by FishEye internally, rather it is of the form:
    REP_NAME/PATH/IN/REP

public abstract String getPathWithinRepository ()

Returns
  • the context repository path (if available) without the prepended repository name (as in getPath()). If there is no path component this method will return null. The path returned will be formatted:
    /PATH/IN/REP
See Also

public abstract RepositoryDataFE getRepositoryData ()

Returns
  • the context RepositoryData object.