Class Export
- java.lang.Object
-
- net.florianschoppmann.issuetracking.asana.Export
-
public final class Export extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Export.Options
static class
Export.Result
-
Constructor Summary
Constructors Constructor Description Export(com.asana.Client asanaClient, AttachmentDownloader attachmentDownloader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Export.Result
getTasks(String projectId, Path attachmentsBasePath, Export.Options options)
-
-
-
Constructor Detail
-
Export
public Export(com.asana.Client asanaClient, AttachmentDownloader attachmentDownloader)
-
-
Method Detail
-
getTasks
public Export.Result getTasks(String projectId, Path attachmentsBasePath, Export.Options options) throws IOException
- Throws:
IOException
-
-