|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.action.JiraNonWebActionSupport
com.atlassian.jira.action.admin.DataExport
public class DataExport
Export JIRA data to a filename
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper |
|---|
I18nHelper.BeanFactory |
| Field Summary | |
|---|---|
static String |
INVALID_XML_CHARACTER
|
| Fields inherited from class com.atlassian.jira.action.JiraActionSupport |
|---|
log |
| Fields inherited from class webwork.action.ActionSupport |
|---|
command, errorMap, errorMessages |
| Fields inherited from interface webwork.action.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
DataExport(EntitiesExporter entitiesExporter)
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getFilename()
|
String |
getXml()
|
void |
setAnonymiseData(boolean anonymiseData)
Whether to anonymise (replace with 'x' characters) the data that is sent. |
void |
setFilename(String filename)
|
void |
setUseZip(boolean useZip)
|
| Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport |
|---|
doDefault, getRemoteUser, getText0, getUnescapedText, isDispatchEvent, setDispatchEvent, setRemoteUser |
| Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
|---|
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError |
| Methods inherited from class webwork.action.ActionSupport |
|---|
addError, addErrorMessage, doExecute, doValidation, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface webwork.action.CommandDriven |
|---|
setCommand |
| Field Detail |
|---|
public static final String INVALID_XML_CHARACTER
| Constructor Detail |
|---|
public DataExport(EntitiesExporter entitiesExporter)
| Method Detail |
|---|
public String execute()
throws Exception
execute in interface webwork.action.Actionexecute in class JiraNonWebActionSupportExceptionpublic String getFilename()
public void setFilename(String filename)
public String getXml()
public void setUseZip(boolean useZip)
public void setAnonymiseData(boolean anonymiseData)
anonymiseData - Whether to anonymise the data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||