@ExperimentalApi
public interface VcsTagCreator
| Modifier and Type | Method and Description |
|---|---|
void |
createTag(@NotNull VcsRepositoryData repositoryData,
@NotNull String tagName,
@NotNull String vcsRevisionKey,
@Nullable String checkoutLocation,
@Nullable BuildLogger buildLogger)
Creates new tag from revision vcsRevisionKey with given tagName.
|
void createTag(@NotNull
@NotNull VcsRepositoryData repositoryData,
@NotNull
@NotNull String tagName,
@NotNull
@NotNull String vcsRevisionKey,
@Nullable
@Nullable String checkoutLocation,
@Nullable
@Nullable BuildLogger buildLogger)
throws RepositoryException
RepositoryExceptionCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.