Uses of Class
com.atlassian.bamboo.specs.builders.task.BaseVcsTask
-
Packages that use BaseVcsTask Package Description com.atlassian.bamboo.specs.builders.task 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 BaseVcsTask Modifier and Type Class Description classBaseVcsTask<T extends BaseVcsTask<T,E>,E extends BaseVcsTaskProperties>Subclasses of BaseVcsTask in com.atlassian.bamboo.specs.builders.task Modifier and Type Class Description classVcsBranchTaskTask which creates a new branch in a repository.classVcsCommitTaskThis task will commit all local changes to a repository.classVcsPushTaskThis task will push commits created locally by other tasks to the remote repository.classVcsTagTaskTask which creates a new tag in a repository.
-