Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
Packages that use BitbucketTeam
Package
Description
-
Uses of BitbucketTeam in com.cloudbees.jenkins.plugins.bitbucket.api
Subinterfaces of BitbucketTeam in com.cloudbees.jenkins.plugins.bitbucket.apiClasses in com.cloudbees.jenkins.plugins.bitbucket.api that implement BitbucketTeamMethods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketTeamModifier and TypeMethodDescriptionBitbucketApi.getTeam()
Returns the team of the current owner ornull
if the current owner is not a team. -
Uses of BitbucketTeam in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketTeamModifier and TypeMethodDescriptionBitbucketCloudApiClient.getTeam()
Returns the team of the current owner ornull
if the current owner is not a team. -
Uses of BitbucketTeam in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketTeamModifier and TypeMethodDescriptionBitbucketServerAPIClient.getTeam()
There is no such Team concept in Bitbucket Server but Project. -
Uses of BitbucketTeam in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository that implement BitbucketTeam