Interface Repository


  • public interface Repository
    A Repository definition.
    • Method Detail

      • getId

        String getId()
        Identifier of the repository. Unique within the space.
        Returns:
        id
      • getProgramId

        String getProgramId()
        The id of the associated program context
        Returns:
        the program id
      • getName

        String getName()
        Name of the repository
        Returns:
        name
      • getDescription

        String getDescription()
        Description of this repository.
        Returns:
        description
      • getUrl

        String getUrl()
        URL to the repository.
        Returns:
        url