public interface RProductionRepository extends RRepository
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RProductionRepository.SearchParams |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(RDeploymentListener listener) |
RProductionDeployment |
createDeployment(String name)
Deprecated.
|
Collection<ArtefactAPI> |
findNodes(RProductionRepository.SearchParams params) |
RProductionDeployment |
getDeployment(String name)
Deprecated.
|
Collection<String> |
getDeploymentNames()
Deprecated.
|
Collection<String> |
getDeploymentProjectNames() |
Collection<FolderAPI> |
getLastDeploymentProjects() |
boolean |
hasDeployment(String name)
Deprecated.
|
void |
notifyChanges()
Notify production repository about changes.
|
boolean |
removeListener(RDeploymentListener listener) |
addRepositoryListener, createDDProject, createDeploymentProject, createProject, createRulesProject, getDDProject, getDDProjects, getDeploymentProject, getDeploymentProjects, getProject, getProjects, getProjects4Deletion, getRepositoryListeners, getRulesProject, getRulesProjects, getRulesProjectsForDeletion, getTransactionManager, hasDeploymentProject, hasProject, release, removeRepositoryListenervoid addListener(RDeploymentListener listener) throws RRepositoryException
RRepositoryException@Deprecated RProductionDeployment createDeployment(String name) throws RRepositoryException
name - the name of the new deploymentRRepositoryException - if the deployment with given name already
exists or on an error working with the repositoryCollection<ArtefactAPI> findNodes(RProductionRepository.SearchParams params) throws RRepositoryException
RRepositoryException@Deprecated RProductionDeployment getDeployment(String name) throws RRepositoryException
name - the name of the deploymentRRepositoryException - on error working with repository@Deprecated Collection<String> getDeploymentNames() throws RRepositoryException
RRepositoryException - on error working with repositoryCollection<String> getDeploymentProjectNames() throws RRepositoryException
RRepositoryExceptionCollection<FolderAPI> getLastDeploymentProjects() throws RRepositoryException
RRepositoryException@Deprecated boolean hasDeployment(String name) throws RRepositoryException
name - deployment namename existsRRepositoryException - on error working with the repositoryboolean removeListener(RDeploymentListener listener) throws RRepositoryException
RRepositoryExceptionvoid notifyChanges()
throws RRepositoryException
RRepositoryExceptionCopyright © 2016. All rights reserved.