public interface PackageCreateDAO
Modifier and Type | Method and Description |
---|---|
void |
createErrorDefinitionsDumpForApplication(String application,
String path)
Create CSV dump of error definitions that belong to application of which is a package being created
|
void |
createErrorDefinitionsDumpForConnection(Long connDbId,
String path)
Create CSV dump of error definitions that belong to connection of which is a package being created
|
void |
createLogDumpForApplication(String application,
String path)
Creates CSV dump of logs for a given application.
|
void |
createLogDumpForConnection(Long connDbId,
String path)
Creates CSV dump of logs.
|
PackageMetadata |
getPackageMetadata(Connection connection)
Get package metadata for a given connection (technology, phase, scenario name)
|
void createErrorDefinitionsDumpForConnection(Long connDbId, String path)
connDbId
- db id of the connectionpath
- path where to create the dumpvoid createErrorDefinitionsDumpForApplication(String application, String path)
application
- name of the application that is being packagedpath
- path to the dumpvoid createLogDumpForApplication(String application, String path)
application
- application of which logs should be exportedpath
- file path to the dumpvoid createLogDumpForConnection(Long connDbId, String path)
path
- path to the dumpconnDbId
- connection db idPackageMetadata getPackageMetadata(Connection connection)
connection
- connection that is being packagedCopyright © 2020. All rights reserved.