Class BitbucketCloudWorkspace
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- All Implemented Interfaces:
BitbucketTeam
,BitbucketWorkspace
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketCloudWorkspace
public BitbucketCloudWorkspace()
-
-
Method Details
-
getUuid
- Specified by:
getUuid
in interfaceBitbucketWorkspace
-
getName
- Specified by:
getName
in interfaceBitbucketTeam
- Returns:
- team or project name
-
getDisplayName
- Specified by:
getDisplayName
in interfaceBitbucketTeam
- Returns:
- team or project display name.
-
getSlug
- Specified by:
getSlug
in interfaceBitbucketWorkspace
-
isPrivate
public boolean isPrivate()- Specified by:
isPrivate
in interfaceBitbucketWorkspace
-
getLinks
Description copied from interface:BitbucketTeam
Gets the links of the project.- Specified by:
getLinks
in interfaceBitbucketTeam
- Returns:
- the links of the project.
-
getLink
Description copied from interface:BitbucketTeam
Get Link based on name- Specified by:
getLink
in interfaceBitbucketTeam
- Parameters:
name
- - link type - one of(self, html, avatar)- Returns:
- href string if there is one, else null
-