Class AbstractBitbucketCloudExecutor
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.AbstractBitbucketCloudExecutor
-
- Direct Known Subclasses:
BitbucketCloudBambooSpecsHandler,BitbucketCloudBranchCreator,BitbucketCloudBranchDetector,BitbucketCloudChangeDetector,BitbucketCloudConnectionTester,BitbucketCloudTagCreator,BitbucketCloudTagsHandler,BitbucketCloudVariableGenerator,BitbucketCloudWorkingCopyManager
public class AbstractBitbucketCloudExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractBitbucketCloudExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected VcsRepositoryDatabitbucketCloudToUnderlyingVcsData(@NotNull VcsRepositoryData repositoryData)protected VcsRepositoryModuleDescriptorgetUnderlyingVcsModuleDescriptor(@NotNull VcsRepositoryData repositoryData)voidsetVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)Deprecated.since 6.8 use constructor injection or annotation injection
-
-
-
Method Detail
-
bitbucketCloudToUnderlyingVcsData
protected VcsRepositoryData bitbucketCloudToUnderlyingVcsData(@NotNull @NotNull VcsRepositoryData repositoryData)
-
getUnderlyingVcsModuleDescriptor
protected VcsRepositoryModuleDescriptor getUnderlyingVcsModuleDescriptor(@NotNull @NotNull VcsRepositoryData repositoryData)
-
setVcsRepositoryManager
@Deprecated public void setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
-