Class VcsTagTask


public class VcsTagTask extends BaseVcsTask<VcsTagTask,VcsTagTaskProperties>
Task which creates a new tag in a repository. For DVCS repositories (which distinguish between local and remote commits) this task will push the newly created tag to the remote repository.