Interface RtFileProperties
public interface RtFileProperties
Repository file's properties.
- Since:
- 3.17.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getLocation
- Returns:
- the full file's location in the repository including file name, extension and revision. Location is absolute, starts from the repository root and includes branch path if it`s defined and supported by underlying repository.
-
getBranch
- Returns:
- the repository branch of this file.
-
getRepositoryId
- Returns:
- the id of the repository where this file is located.
-
getProjectId
- Returns:
- the id of the project where the context of this file was collected.
-