Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
Packages that use BitbucketSCMRepository 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.deployments Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.link 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 jobcom.atlassian.bitbucket.jenkins.internal.trigger 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 BitbucketSCMRepository Modifier and Type Method Description BitbucketBuildStatusClient
BitbucketRepositoryClientImpl. 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 BitbucketSCMRepository Modifier and Type Method Description void
DeploymentPoster. postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?,?> run, TaskListener taskListener)
Send a notification of deployment to Bitbucket Server on the provided commit.void
DeploymentPosterImpl. 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 BitbucketSCMRepository Modifier and Type Method Description Optional<BitbucketExternalLink>
BitbucketExternalLinkUtils. createBranchDiffLink(BitbucketSCMRepository bitbucketRepository, String branch)
Optional<BitbucketExternalLink>
BitbucketExternalLinkUtils. createPullRequestLink(BitbucketSCMRepository bitbucketRepository, String pullRequestId)
Optional<BitbucketExternalLink>
BitbucketExternalLinkUtils. createRepoLink(BitbucketSCMRepository bitbucketRepository)
Optional<BitbucketExternalLink>
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 BitbucketSCMRepository Modifier and Type Method Description BitbucketSCMRepository
BitbucketSCM. getBitbucketSCMRepository()
BitbucketSCMRepository
BitbucketSCMSource. getBitbucketSCMRepository()
BitbucketSCMRepository
BitbucketSCMRepositoryHelper. getRepository(Run<?,?> build, SCM scm)
BitbucketSCMRepository
BitbucketSCMSourceContext. getRepository()
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return types with arguments of type BitbucketSCMRepository Modifier and Type Method Description List<BitbucketSCMRepository>
BitbucketSCM. getRepositories()
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketSCMRepository Constructor Description BitbucketSCMSourceContext(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 BitbucketSCMRepository Modifier and Type Method Description BitbucketSCMRepository
BitbucketRevisionAction. getBitbucketSCMRepo()
BitbucketSCMRepository
BitbucketRepositoryMetadataAction. getBitbucketSCMRepository()
Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type BitbucketSCMRepository Constructor Description BitbucketRepositoryMetadataAction(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 BitbucketSCMRepository Modifier and Type Method Description BitbucketWebhook
RetryingWebhookHandler. register(String bitbucketBaseUrl, GlobalCredentialsProvider globalCredentialsProvider, BitbucketSCMRepository repository, Item context, boolean isPullRequestTrigger, boolean isRefTrigger)
-