| Methods in com.togethersoft.openapi.vcs with parameters of type VcsUpdateInfo |
int | DefaultVcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Throws CapabilityException. |
int | DefaultVcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Throws CapabilityException. |
int | DefaultVcsProvider.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Throws CapabilityException. |
int | VcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Check out files. |
int | VcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Retrieve files from repository to working directory. |
int | VcsProvider.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo) Update files with latest version in the repository. |