|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.remoting.sample.CodeBeamerCsvExporter
public class CodeBeamerCsvExporter
This program is part of the CodeBeamer SDK.
This console application illustrates:
CodeBeamerCsvImporter
Constructor Summary | |
---|---|
CodeBeamerCsvExporter()
|
Method Summary | |
---|---|
protected static int |
exportArtifact(RemoteApi api,
java.lang.String token,
com.Ostermiller.util.CSVPrinter printer,
ArtifactDto artifact)
Recursively exports the given artifact and its children if there are. |
protected static int |
exportArtifacts(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
Exports all artifact information that the user has access to. |
protected static int |
exportProjects(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
Exports all project information that the user has access to. |
protected static int |
exportTrackerItems(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
Exports all tracker item information. |
protected static int |
exportTrackers(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
Exports all tracker information that the user has access to. |
protected static int |
exportUsers(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
Exports all user account information that the user has access to. |
protected static int |
exportUserTrackerItems(RemoteApi api,
java.lang.String token,
java.io.OutputStream out)
|
static void |
main(java.lang.String[] args)
Main entry point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeBeamerCsvExporter()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
protected static int exportUsers(RemoteApi api, java.lang.String token, java.io.OutputStream out)
protected static int exportProjects(RemoteApi api, java.lang.String token, java.io.OutputStream out)
protected static int exportArtifacts(RemoteApi api, java.lang.String token, java.io.OutputStream out)
protected static int exportArtifact(RemoteApi api, java.lang.String token, com.Ostermiller.util.CSVPrinter printer, ArtifactDto artifact) throws java.io.IOException
java.io.IOException
protected static int exportTrackers(RemoteApi api, java.lang.String token, java.io.OutputStream out)
protected static int exportTrackerItems(RemoteApi api, java.lang.String token, java.io.OutputStream out)
protected static int exportUserTrackerItems(RemoteApi api, java.lang.String token, java.io.OutputStream out)
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |