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 VcsRepositoryData
bitbucketCloudToUnderlyingVcsData(@NotNull VcsRepositoryData repositoryData)
protected VcsRepositoryModuleDescriptor
getUnderlyingVcsModuleDescriptor(@NotNull VcsRepositoryData repositoryData)
void
setVcsRepositoryManager(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
-
-