public class BitbucketCloudWorkspace extends Object implements BitbucketWorkspace
Constructor and Description |
---|
BitbucketCloudWorkspace() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getLink(String name)
Get Link based on name
|
Map<String,List<BitbucketHref>> |
getLinks()
Gets the links of the project.
|
String |
getName() |
String |
getSlug() |
String |
getUuid() |
boolean |
isPrivate() |
public String getUuid()
getUuid
in interface BitbucketWorkspace
public String getName()
getName
in interface BitbucketTeam
public String getDisplayName()
getDisplayName
in interface BitbucketTeam
public String getSlug()
getSlug
in interface BitbucketWorkspace
public boolean isPrivate()
isPrivate
in interface BitbucketWorkspace
public Map<String,List<BitbucketHref>> getLinks()
BitbucketTeam
getLinks
in interface BitbucketTeam
public String getLink(String name)
BitbucketTeam
getLink
in interface BitbucketTeam
name
- - link type - one of(self, html, avatar)Copyright © 2016–2022. All rights reserved.