Class VcsBranchTask


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