Uses of Class
com.atlassian.bamboo.specs.builders.task.BaseVcsTask
Packages that use BaseVcsTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of BaseVcsTask in com.atlassian.bamboo.specs.builders.task
Classes in com.atlassian.bamboo.specs.builders.task with type parameters of type BaseVcsTaskModifier and TypeClassDescriptionclassBaseVcsTask<T extends BaseVcsTask<T,E>, E extends BaseVcsTaskProperties> Subclasses of BaseVcsTask in com.atlassian.bamboo.specs.builders.taskModifier and TypeClassDescriptionclassTask which creates a new branch in a repository.classThis task will commit all local changes to a repository.classThis task will push commits created locally by other tasks to the remote repository.classTask which creates a new tag in a repository.