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