Interface BitbucketTeam
- All Known Subinterfaces:
BitbucketWorkspace
- All Known Implementing Classes:
AbstractBitbucketTeam
,BitbucketCloudTeam
,BitbucketCloudWorkspace
,BitbucketServerProject
public interface BitbucketTeam
Represents a Bitbucket team (or a Project when working with Bitbucket Server).
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- team or project name
-
getDisplayName
String getDisplayName()- Returns:
- team or project display name.
-
getLinks
Map<String,List<BitbucketHref>> getLinks()Gets the links of the project.- Returns:
- the links of the project.
-
getLink
Get Link based on name- Parameters:
name
- - link type - one of(self, html, avatar)- Returns:
- href string if there is one, else null
-