public class JobRepository extends DelphixEngine
CONTENT_COMPATIBLE_REPOSITORIES, CONTENT_LATEST_POINT, CONTENT_LATEST_SNAPSHOT, CONTENT_REFRESH_HOOK, CONTENT_ROLLBACK_HOOK, CONTENT_SYNC_HOOK, FIELD_JOB, FIELD_NAME, FIELD_REFERENCE, FIELD_RESULT| Constructor and Description |
|---|
JobRepository(DelphixEngine engine) |
JobRepository(String engineAddress,
String engineUsername,
String enginePassword) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String jobRef)
Cancel a job running on the Delphix Engine.
|
Job |
get(String jobRef)
Get the status of a job running on the Delphix Engine.
|
createEnvironment, engineGet, enginePost, fillEnginesForDropdown, getEngineAddress, getEnginePassword, getEngineUsername, login@DataBoundConstructor public JobRepository(String engineAddress, String engineUsername, String enginePassword)
public JobRepository(DelphixEngine engine)
public void cancel(String jobRef) throws IOException, DelphixEngineException
jobRef - StringIOException - [description]DelphixEngineException - [description]public Job get(String jobRef) throws IOException, DelphixEngineException
jobRef - StringIOException - [description]DelphixEngineException - [description]Copyright © 2016–2018. All rights reserved.