Class VcsTagTask

java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.task.Task<T,E>
com.atlassian.bamboo.specs.builders.task.BaseVcsTask<VcsTagTask,VcsTagTaskProperties>
com.atlassian.bamboo.specs.builders.task.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.