Class BitbucketServerProject
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- All Implemented Interfaces:
BitbucketTeam
-
Constructor Details
-
BitbucketServerProject
public BitbucketServerProject()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceBitbucketTeam
- Returns:
- team or project name
-
getDisplayName
- Specified by:
getDisplayName
in interfaceBitbucketTeam
- Returns:
- team or project display name.
-
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
-