Interface ProjectBadge.Builder

    • Method Detail

      • badgeEnabled

        ProjectBadge.Builder badgeEnabled​(Boolean badgeEnabled)

        Set this to true to generate a publicly accessible URL for your project's build badge.

        Parameters:
        badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • badgeRequestUrl

        ProjectBadge.Builder badgeRequestUrl​(String badgeRequestUrl)

        The publicly-accessible URL through which you can access the build badge for your project.

        Parameters:
        badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.