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:
getName
in interfaceBitbucketTeam
- Returns:
- team or project name
-
getDisplayName
- Specified by:
getDisplayName
in interfaceBitbucketTeam
- Returns:
- team or project display name.
-
setKey
-
setName
-
getLinks
Description copied from interface:BitbucketTeam
Gets the links of the project.- Specified by:
getLinks
in interfaceBitbucketTeam
- Returns:
- the links of the project.
-
getAvatar
Description copied from interface:BitbucketTeam
Return the avatar associated to the team or project name.- Specified by:
getAvatar
in interfaceBitbucketTeam
- Returns:
- the URL of the avatar
-
toString
-