Uses of Class
com.togethersoft.openapi.vcs.VcsUpdateInfo

Packages that use VcsUpdateInfo
com.togethersoft.openapi.vcs 

Uses of VcsUpdateInfo in com.togethersoft.openapi.vcs
 

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