Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
Packages that use BitbucketDefaultBranch
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.
There are primarily 3 types of job we should focus on:
Freestyle Job
Workflow, this is further characterized below as,
Pipeline job
Multi branch pipeline job
-
Uses of BitbucketDefaultBranch in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketDefaultBranchModifier and TypeMethodDescriptionBitbucketRepositoryClient.getDefaultBranch()Returns the default branch of a repository.BitbucketRepositoryClientImpl.getDefaultBranch()Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketDefaultBranchModifier and TypeMethodDescriptionBitbucketBranchClient.getRemoteBranches()Gets all branches from the given repository.BitbucketBranchClientImpl.getRemoteBranches() -
Uses of BitbucketDefaultBranch in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return types with arguments of type BitbucketDefaultBranchModifier and TypeMethodDescriptionBitbucketScmHelper.getDefaultBranch(String projectName, String repositoryName) Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketDefaultBranch -
Uses of BitbucketDefaultBranch in com.atlassian.bitbucket.jenkins.internal.status
Methods in com.atlassian.bitbucket.jenkins.internal.status that return BitbucketDefaultBranchConstructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type BitbucketDefaultBranchModifierConstructorDescriptionBitbucketRepositoryMetadataAction(BitbucketSCMRepository repository, BitbucketDefaultBranch defaultBranch)