Interface BitbucketTeam

All Known Subinterfaces:
BitbucketWorkspace
All Known Implementing Classes:
BitbucketCloudWorkspace, BitbucketProject, BitbucketServerProject

public interface BitbucketTeam
Represents a Bitbucket team (or a Project when working with Bitbucket Server).
  • Method Details

    • getName

      String getName()
      Returns:
      team or project name
    • getDisplayName

      String getDisplayName()
      Returns:
      team or project display name.
    • getLinks

      Gets the links of the project.
      Returns:
      the links of the project.
    • getLink

      default String getLink(String name)
      Get Link based on name
      Parameters:
      name - - link type - one of(self, html, avatar)
      Returns:
      href string if there is one, else null
    • getAvatar

      String getAvatar()
      Return the avatar associated to the team or project name.
      Returns:
      the URL of the avatar