Class VcsBranchTask

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<VcsBranchTask,VcsBranchTaskProperties>
com.atlassian.bamboo.specs.builders.task.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.