Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
Packages that use BitbucketSCMRepository
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.
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
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketSCMRepositoryModifier and TypeMethodDescriptionBitbucketRepositoryClientImpl.getBuildStatusClient(String revisionSha, BitbucketSCMRepository bitbucketSCMRepo, BitbucketCICapabilities ciCapabilities, InstanceKeyPairProvider instanceKeyPairProvider, org.jenkinsci.plugins.displayurlapi.DisplayURLProvider displayURLProvider) -
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.deployments
Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketSCMRepositoryModifier and TypeMethodDescriptionvoidDeploymentPoster.postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?, ?> run, TaskListener taskListener) Send a notification of deployment to Bitbucket Server on the provided commit.voidDeploymentPosterImpl.postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?, ?> run, TaskListener taskListener) -
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.link
Methods in com.atlassian.bitbucket.jenkins.internal.link with parameters of type BitbucketSCMRepositoryModifier and TypeMethodDescriptionBitbucketExternalLinkUtils.createBranchDiffLink(BitbucketSCMRepository bitbucketRepository, String branch) BitbucketExternalLinkUtils.createPullRequestLink(BitbucketSCMRepository bitbucketRepository, String pullRequestId) BitbucketExternalLinkUtils.createRepoLink(BitbucketSCMRepository bitbucketRepository) BitbucketExternalLinkUtils.createTagDiffLink(BitbucketSCMRepository bitbucketRepository, String tag) -
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketSCMRepositoryModifier and TypeMethodDescriptionBitbucketSCM.getBitbucketSCMRepository()BitbucketSCMSource.getBitbucketSCMRepository()BitbucketSCMRepositoryHelper.getRepository(Run<?, ?> build, SCM scm) BitbucketSCMSourceContext.getRepository()Methods in com.atlassian.bitbucket.jenkins.internal.scm that return types with arguments of type BitbucketSCMRepositoryConstructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketSCMRepositoryModifierConstructorDescriptionBitbucketSCMSourceContext(jenkins.scm.api.SCMSourceCriteria criteria, jenkins.scm.api.SCMHeadObserver observer, com.cloudbees.plugins.credentials.Credentials credentials, Collection<jenkins.scm.api.SCMHead> eventHeads, BitbucketSCMRepository repository, TaskListener taskListener) -
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.status
Methods in com.atlassian.bitbucket.jenkins.internal.status that return BitbucketSCMRepositoryModifier and TypeMethodDescriptionBitbucketRevisionAction.getBitbucketSCMRepo()BitbucketRepositoryMetadataAction.getBitbucketSCMRepository()Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type BitbucketSCMRepositoryModifierConstructorDescriptionBitbucketRepositoryMetadataAction(BitbucketSCMRepository repository, BitbucketDefaultBranch defaultBranch) BitbucketRevisionAction(BitbucketSCMRepository bitbucketSCMRepository, String refName, String revisionSha1) -
Uses of BitbucketSCMRepository in com.atlassian.bitbucket.jenkins.internal.trigger
Methods in com.atlassian.bitbucket.jenkins.internal.trigger with parameters of type BitbucketSCMRepositoryModifier and TypeMethodDescriptionRetryingWebhookHandler.register(String bitbucketBaseUrl, GlobalCredentialsProvider globalCredentialsProvider, BitbucketSCMRepository repository, Item context, boolean isPullRequestTrigger, boolean isRefTrigger)