Class 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.