Uses of Interface
com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactory
- 
Packages that use BitbucketDeploymentFactory Package Description com.atlassian.bitbucket.jenkins.internal.deployments Add package level annotations to indicate everything is non-null by default. - 
- 
Uses of BitbucketDeploymentFactory in com.atlassian.bitbucket.jenkins.internal.deployments
Classes in com.atlassian.bitbucket.jenkins.internal.deployments that implement BitbucketDeploymentFactory Modifier and Type Class Description classBitbucketDeploymentFactoryImplMethods in com.atlassian.bitbucket.jenkins.internal.deployments that return BitbucketDeploymentFactory Modifier and Type Method Description BitbucketDeploymentFactoryDeploymentNotifier.DescriptorImpl. getBitbucketDeploymentFactory()BitbucketDeploymentFactoryDeploymentStepImpl.DescriptorImpl. getBitbucketDeploymentFactory()Constructors in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketDeploymentFactory Constructor Description DeploymentPosterImpl(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketDeploymentFactory bitbucketDeploymentFactory, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketPluginConfiguration pluginConfiguration, BitbucketSCMRepositoryHelper scmRunHelper) 
 -