| Package | Description |
|---|---|
| io.jenkins.plugins.delphix | |
| io.jenkins.plugins.delphix.repos |
| Modifier and Type | Method and Description |
|---|---|
String |
DelphixEngine.createEnvironment(String address,
String user,
String password,
String toolkit)
Create and discover an environment.
|
protected com.fasterxml.jackson.databind.JsonNode |
DelphixEngine.engineGet(String path)
Send GET to Delphix Engine and return the result.
|
protected com.fasterxml.jackson.databind.JsonNode |
DelphixEngine.enginePost(String path,
String content)
Send POST to Delphix Engine and return the result.
|
void |
DelphixEngine.login()
Login to Delphix Engine Will throw a DelphixEngineException if the login fails due to bad
username or password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRepository.cancel(String jobRef)
Cancel a job running on the Delphix Engine.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceBookmarkRepository.create(String name,
String branch,
String sourceDataLayout)
Create a new Self Service Bookmark.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceBookmarkRepository.delete(String bookmarkRef)
Delete a Self Service Bookmark by Reference.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.disable(String containerRef)
Disable a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.enable(String containerRef)
Enable a Self Service Container that has been Disabled.
|
Action |
ActionRepository.get(String action)
Get the Status of an Action on the Delphix Engine.
|
Job |
JobRepository.get(String jobRef)
Get the status of a job running on the Delphix Engine.
|
SelfServiceContainer |
SelfServiceRepository.get(String containerRef)
Get Self Service Container by Refernce.
|
User |
UserRepository.getCurrent()
Get the currently logged in user.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceBookmarkRepository.list()
List Bookmarks.
|
LinkedHashMap<String,SelfServiceBookmark> |
SelfServiceBookmarkRepository.listBookmarks()
List Bookmarks in the Delphix Engine.
|
LinkedHashMap<String,SelfServiceContainer> |
SelfServiceRepository.listSelfServices()
List self service containers in the Delphix Engine.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.lock(String containerRef,
String userRef)
Lock the container to prevent other users from performing any opeartions on it.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.recover(String containerRef)
Recover a Self Service Container from the INCONSISTENT state.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.refresh(String containerRef)
Refreshes a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.reset(String containerRef)
Reset a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.restore(String containerRef,
String bookmark)
Restore a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceBookmarkRepository.share(String bookmarkRef)
Share a Self Service Bookmark.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.undo(String containerRef,
String actionRef)
Undo the given operation.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceRepository.unlock(String containerRef)
Unlock the container to let other users perform opeartions on it.
|
com.fasterxml.jackson.databind.JsonNode |
SelfServiceBookmarkRepository.unshare(String bookmarkRef)
Unshare a Self Service Bookmark.
|
Copyright © 2016–2018. All rights reserved.