|
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.ArtifactDownloader
public class ArtifactDownloader
This program is part of the CodeBeamer SDK.
This console application illustrates:
Constructor Summary | |
---|---|
ArtifactDownloader()
|
Method Summary | |
---|---|
protected static ArtifactDto |
findArtifactByName(RemoteApi api,
java.lang.String token,
ArtifactDto[] artifacts,
java.lang.String artifactName)
Recursively search for the artifact with the given name. |
protected static ProjectDto |
findProjectByName(ProjectDto[] projects,
java.lang.String projectName)
Returns the project with the given name. |
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 ArtifactDownloader()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
protected static ProjectDto findProjectByName(ProjectDto[] projects, java.lang.String projectName)
protected static ArtifactDto findArtifactByName(RemoteApi api, java.lang.String token, ArtifactDto[] artifacts, java.lang.String artifactName)
null
if not found.
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |