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, setVcsRepositoryManager
public void createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) throws RepositoryException
VcsTagCreator
createTag
in interface VcsTagCreator
RepositoryException
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.