Interface RuntimeRepositoryBrandingType

  • All Known Implementing Classes:
    RuntimeRepositoryBranding

    @Immutable
    public interface RuntimeRepositoryBrandingType
    Branding information for a repository.
    • Method Detail

      • logo

        java.net.URI logo()
        A reference to a 128x128 PNG logo.
        Returns:
        A logo URI
      • title

        java.lang.String title()
        Returns:
        The humanly-readable title of the repository
      • subtitle

        java.lang.String subtitle()
        Returns:
        The humanly-readable subtitle of the repository
      • site

        java.net.URI site()
        Returns:
        The URI of the repository's web site