Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
-
Packages that use BitbucketProject 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. -
-
Uses of BitbucketProject in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketProject Modifier and Type Method Description BitbucketProject
BitbucketProjectClient. getProject()
Get the project associated with the given project keyBitbucketProject
BitbucketProjectClientImpl. getProject()
static BitbucketProject
BitbucketSearchHelper. getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory)
Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketProject Modifier and Type Method Description BitbucketPage<BitbucketProject>
BitbucketSearchClient. findProjects()
Search for Bitbucket Server projects whose names contain the provided value.BitbucketPage<BitbucketProject>
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 BitbucketProject Modifier and Type Method Description BitbucketProject
BitbucketRepository. getProject()
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketProject Constructor Description BitbucketRepository(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)
-