Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
Packages that use BitbucketRepository Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.trigger.events Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketRepository in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketRepository Modifier and Type Method Description BitbucketRepository
BitbucketRepositoryClient. getRepository()
Make the call out to Bitbucket and read the response.BitbucketRepository
BitbucketRepositoryClientImpl. getRepository()
static BitbucketRepository
BitbucketSearchHelper. getRepositoryByNameOrSlug(String projectNameOrKey, String repositoryNameOrSlug, BitbucketClientFactory clientFactory)
Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketRepository Modifier and Type Method Description BitbucketPage<BitbucketRepository>
BitbucketSearchClient. findRepositories(String repositoryName)
Search for Bitbucket Server repositories whose names match the provided value.BitbucketPage<BitbucketRepository>
BitbucketSearchClientImpl. findRepositories(String repositoryName)
static Collection<BitbucketRepository>
BitbucketSearchHelper. findRepositories(String repositoryName, String projectName, BitbucketClientFactory client)
-
Uses of BitbucketRepository in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketRepository Modifier and Type Method Description BitbucketRepository
BitbucketPullRequestRef. getRepository()
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketRepository Constructor Description BitbucketPullRequestRef(String id, String displayId, BitbucketRepository repository, String latestCommit)
-
Uses of BitbucketRepository in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketRepository Modifier and Type Method Description BitbucketRepository
BitbucketRepoFetcher. fetchRepo(BitbucketClientFactory client, String projectNameOrKey, String repoNameOrSlug)
BitbucketRepository
BitbucketScmHelper. getRepository(String projectName, String repositoryName)
BitbucketRepository
EnrichedBitbucketMirroredRepository. getRepository()
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketRepository Constructor Description BitbucketSCM(String id, List<hudson.plugins.git.BranchSpec> branches, String credentialsId, String sshCredentialsId, List<hudson.plugins.git.extensions.GitSCMExtension> extensions, String gitTool, String serverId, BitbucketRepository repository)
EnrichedBitbucketMirroredRepository(BitbucketRepository repository, BitbucketMirroredRepository mirrorInformation)
-
Uses of BitbucketRepository in com.atlassian.bitbucket.jenkins.internal.trigger.events
Methods in com.atlassian.bitbucket.jenkins.internal.trigger.events that return BitbucketRepository Modifier and Type Method Description BitbucketRepository
RefsChangedWebhookEvent. getRepository()
Constructors in com.atlassian.bitbucket.jenkins.internal.trigger.events with parameters of type BitbucketRepository Constructor Description MirrorSynchronizedWebhookEvent(BitbucketUser actor, BitbucketMirrorServer mirrorServer, String eventKey, Date date, List<BitbucketRefChange> changes, BitbucketRepository repository, BitbucketRepositorySynchronizationType syncType)
RefsChangedWebhookEvent(BitbucketUser actor, String eventKey, Date date, List<BitbucketRefChange> changes, BitbucketRepository repository)
-