RepositoryFile |
RepositoryService.disableVersioning(java.lang.String path,
java.lang.String comment) |
Disables versioning support for the repository file.
|
RepositoryFile |
RepositoryService.enableVersioning(java.lang.String path,
java.lang.String startingVersion,
java.lang.String comment) |
Enables versioning for the repository file.
|
java.util.List<RepositoryFileVersionInfo> |
RepositoryService.getFileVersionInfos(java.lang.String path) |
Gets the list of the version information that represents each version of the repository file.
|
java.util.List<RepositoryFile> |
RepositoryService.getFileVersions(java.lang.String path) |
Gets the list of versions of the repository file.
|
RepositoryFile |
RepositoryService.updateFileContents(java.lang.String path,
RepositoryCheckinSpecification checkinSpecification,
java.lang.String localFileLocation) |
Updates the repository file with the specified file or creates a new version of the file, if the file is
versioned.
|