public class BitbucketCloudTagCreator extends AbstractBitbucketCloudExecutor implements VcsTagCreator
| Constructor and Description |
|---|
BitbucketCloudTagCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger)
Creates new tag from revision vcsRevisionKey with given tagName.
|
bitbucketCloudToUnderlyingVcsData, getRepositoryType, getUnderlyingVcsModuleDescriptor, setVcsRepositoryManagerpublic void createTag(@NotNull
VcsRepositoryData repositoryData,
@NotNull
String tagName,
@NotNull
String vcsRevisionKey,
@Nullable
String checkoutLocation,
@Nullable
BuildLogger buildLogger)
throws RepositoryException
VcsTagCreatorcreateTag in interface VcsTagCreatorRepositoryExceptionCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.