Class BitbucketCloudWorkspace
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- All Implemented Interfaces:
- BitbucketTeam,- BitbucketWorkspace
- 
Constructor Details- 
BitbucketCloudWorkspacepublic BitbucketCloudWorkspace()
- 
BitbucketCloudWorkspace
 
- 
- 
Method Details- 
getUuid- Specified by:
- getUuidin interface- BitbucketWorkspace
 
- 
getName- Specified by:
- getNamein interface- BitbucketTeam
- Returns:
- team or project name
 
- 
getDisplayName- Specified by:
- getDisplayNamein interface- BitbucketTeam
- Returns:
- team or project display name.
 
- 
getSlug- Specified by:
- getSlugin interface- BitbucketWorkspace
 
- 
isPrivatepublic boolean isPrivate()- Specified by:
- isPrivatein interface- BitbucketWorkspace
 
- 
getLinksDescription copied from interface:BitbucketTeamGets the links of the project.- Specified by:
- getLinksin interface- BitbucketTeam
- Returns:
- the links of the project.
 
- 
getAvatarDescription copied from interface:BitbucketTeamReturn the avatar associated to the team or project name.- Specified by:
- getAvatarin interface- BitbucketTeam
- Returns:
- the URL of the avatar
 
 
-