Class VcsCommitTask

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

public class VcsCommitTask extends BaseVcsTask<VcsCommitTask,VcsCommitTaskProperties>
This task will commit all local changes to a repository. For DVCS repositories (which distinguish between local and remote commits) this task will also push the commits to the remote repository.