Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
Packages that use BitbucketProject
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.
-
Uses of BitbucketProject in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketProjectModifier and TypeMethodDescriptionBitbucketProjectClient.getProject()Get the project associated with the given project keyBitbucketProjectClientImpl.getProject()static BitbucketProjectBitbucketSearchHelper.getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory) Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketProjectModifier and TypeMethodDescriptionBitbucketSearchClient.findProjects()Search for Bitbucket Server projects whose names contain the provided value.BitbucketSearchClientImpl.findProjects()static Collection<BitbucketProject>BitbucketSearchHelper.findProjects(String projectName, BitbucketClientFactory clientFactory) -
Uses of BitbucketProject in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketProjectConstructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketProjectModifierConstructorDescriptionBitbucketRepository(int repositoryId, String name, BitbucketProject project, String slug, RepositoryState state, List<BitbucketNamedLink> cloneUrls, String selfLink) BitbucketRepository(int id, String name, Map<String, List<BitbucketNamedLink>> links, BitbucketProject project, String slug, RepositoryState state)