Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
Packages that use BitbucketRepository
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
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 BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketRepositoryClient.getRepository()Make the call out to Bitbucket and read the response.BitbucketRepositoryClientImpl.getRepository()static BitbucketRepositoryBitbucketSearchHelper.getRepositoryByNameOrSlug(String projectNameOrKey, String repositoryNameOrSlug, BitbucketClientFactory clientFactory) Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketSearchClient.findRepositories(String repositoryName) Search for Bitbucket Server repositories whose names match the provided value.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 BitbucketRepositoryConstructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketRepositoryModifierConstructorDescriptionBitbucketPullRequestRef(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 BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketRepoFetcher.fetchRepo(BitbucketClientFactory client, String projectNameOrKey, String repoNameOrSlug) BitbucketScmHelper.getRepository(String projectName, String repositoryName) EnrichedBitbucketMirroredRepository.getRepository()Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketRepositoryModifierConstructorDescriptionBitbucketSCM(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 BitbucketRepositoryConstructors in com.atlassian.bitbucket.jenkins.internal.trigger.events with parameters of type BitbucketRepositoryModifierConstructorDescriptionMirrorSynchronizedWebhookEvent(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)