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