Interface RtFileProperties


public interface RtFileProperties
Repository file's properties.
Since:
3.17.0
  • Method Details

    • getLocation

      @NotNull ILocation 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

      @NotNull String getBranch()
      Returns:
      the repository branch of this file.
    • getRepositoryId

      @NotNull String getRepositoryId()
      Returns:
      the id of the repository where this file is located.
    • getProjectId

      @NotNull String getProjectId()
      Returns:
      the id of the project where the context of this file was collected.