public class BitbucketServerTagCreator extends AbstractBitbucketServerExecutor implements VcsTagCreator
vcsRepositoryManager| Constructor and Description |
|---|
BitbucketServerTagCreator() |
| 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.
|
bitbucketServerToGitData, bitbucketServerToReadOnlyGitData, getGitModuleDescriptor, stashServerRemoteEventsAreWorkingpublic void createTag(@NotNull
VcsRepositoryData repositoryData,
@NotNull
String tagName,
@NotNull
String vcsRevisionKey,
@Nullable
String checkoutLocation,
@Nullable
BuildLogger buildLogger)
throws RepositoryException
VcsTagCreatorcreateTag in interface VcsTagCreatorRepositoryExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.