Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryResourceService.checkinFileFromWorkspace(String path,
ResourceCheckinSpecification checkinSpecification)
Check in the contents of this resource from the current user's workspace to the repository.
|
void |
RepositoryResourceService.markForAddAndCheckinFileFromWorkspace(String path,
boolean versionFile,
ResourceCheckinSpecification checkinSpecification)
Marks a file for add and checks it in to the repository from the workspace.
|
void |
RepositoryResourceService.updateContentInWorkspaceAndCheckin(String path,
String localFilePath,
ResourceCheckinSpecification ciSpec)
Save the local file contents specified into the current user's workspace, and then check the workspace file into
the repository.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA