Class BitbucketProject
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- All Implemented Interfaces:
BitbucketTeam
-
Constructor Details
-
BitbucketProject
public BitbucketProject()
-
-
Method Details
-
getKey
-
getName
- Specified by:
getNamein interfaceBitbucketTeam- Returns:
- team or project name
-
getDisplayName
- Specified by:
getDisplayNamein interfaceBitbucketTeam- Returns:
- team or project display name.
-
setKey
-
setName
-
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
-
toString
-