Interface TaggingAwareRepository

    • Method Detail

      • createTag

        void createTag​(long repositoryId,
                       @NotNull
                       @NotNull String tagName,
                       @NotNull
                       @NotNull BuildContext buildContext)
                throws RepositoryException
        Creates a tag in the repository
        Parameters:
        tagName - - name of the tag
        buildContext - - build context
        Throws:
        RepositoryException