Interface RepositoryCoordinates

All Superinterfaces:
TypedObject
All Known Implementing Classes:
Repository

public interface RepositoryCoordinates extends TypedObject
Coordinates to identify a repository.
Since:
2.23.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the internal id of the repository.
    Returns the name of the repository.
    Returns the namespace of the repository.

    Methods inherited from interface sonia.scm.TypedObject

    getType
  • Method Details

    • getId

      String getId()
      Returns the internal id of the repository.
    • getNamespace

      String getNamespace()
      Returns the namespace of the repository.
    • getName

      String getName()
      Returns the name of the repository.