public class IssueSearchCsvExportLayout extends Object
CsvIssueExporter
. It determines the number of columns needed for each
field as well as determining the order that the fields are in.Modifier and Type | Class and Description |
---|---|
static class |
IssueSearchCsvExportLayout.FieldLayout
This represents the layout for a given field in the CsvLayout.
|
static class |
IssueSearchCsvExportLayout.SubFieldLayout
Each field may contain multiple values within it.
|
Constructor and Description |
---|
IssueSearchCsvExportLayout(List<IssueSearchCsvExportLayout.FieldLayout> fields) |
Modifier and Type | Method and Description |
---|---|
List<IssueSearchCsvExportLayout.FieldLayout> |
getFieldLayouts() |
public IssueSearchCsvExportLayout(List<IssueSearchCsvExportLayout.FieldLayout> fields)
public List<IssueSearchCsvExportLayout.FieldLayout> getFieldLayouts()
Copyright © 2002-2022 Atlassian. All Rights Reserved.