Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
-
Packages that use BitbucketDefaultBranch 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.scm Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.status 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 BitbucketDefaultBranch Modifier and Type Method Description BitbucketDefaultBranchBitbucketRepositoryClient. getDefaultBranch()Returns the default branch of a repository.BitbucketDefaultBranchBitbucketRepositoryClientImpl. getDefaultBranch()Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketDefaultBranch Modifier and Type Method Description Stream<BitbucketDefaultBranch>BitbucketBranchClient. getRemoteBranches()Gets all branches from the given repository.Stream<BitbucketDefaultBranch>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 BitbucketDefaultBranch Modifier and Type Method Description Optional<BitbucketDefaultBranch>BitbucketScmHelper. getDefaultBranch(String projectName, String repositoryName)Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketDefaultBranch Constructor Description BitbucketBranchSCMHead(BitbucketDefaultBranch branch) -
Uses of BitbucketDefaultBranch in com.atlassian.bitbucket.jenkins.internal.status
Methods in com.atlassian.bitbucket.jenkins.internal.status that return BitbucketDefaultBranch Modifier and Type Method Description BitbucketDefaultBranchBitbucketRepositoryMetadataAction. getBitbucketDefaultBranch()Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type BitbucketDefaultBranch Constructor Description BitbucketRepositoryMetadataAction(BitbucketSCMRepository repository, BitbucketDefaultBranch defaultBranch)
-