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 class
BitbucketDeploymentFactoryImpl
Methods in com.atlassian.bitbucket.jenkins.internal.deployments that return BitbucketDeploymentFactory Modifier and Type Method Description BitbucketDeploymentFactory
DeploymentNotifier.DescriptorImpl. getBitbucketDeploymentFactory()
BitbucketDeploymentFactory
DeploymentStepImpl.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)
-