public class ExportControl extends BackdoorControl<ExportControl>
Constructor and Description |
---|
ExportControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
boolean |
copyBackupFromFileStoreLocationToImportDirectory(String name) |
File |
export(String name)
Backup/export data into a ZIP file with given name and save it to Jira home.
|
String |
exportWithoutExistCheck(String name) |
boolean |
isFileStoreConfiguredForBackups() |
boolean |
isS3FileStoreConfiguredForBackups() |
createResource
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public ExportControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
public File export(String name)
name
- name of export filepublic boolean isFileStoreConfiguredForBackups()
public boolean isS3FileStoreConfiguredForBackups()
public boolean copyBackupFromFileStoreLocationToImportDirectory(String name)
Copyright © 2002-2024 Atlassian. All Rights Reserved.