Uses of Class
com.atlassian.bamboo.specs.builders.task.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
Modifier and TypeClassDescriptionclass
BaseVcsTask<T extends BaseVcsTask<T,
E>, E extends BaseVcsTaskProperties> Modifier and TypeClassDescriptionclass
Task which creates a new branch in a repository.class
This task will commit all local changes to a repository.class
This task will push commits created locally by other tasks to the remote repository.class
Task which creates a new tag in a repository.