com.intland.codebeamer.remoting.sample
Class ArtifactUploader
java.lang.Object
com.intland.codebeamer.remoting.sample.ArtifactUploader
public class ArtifactUploader
- extends java.lang.Object
This program is part of the CodeBeamer SDK.
This console application illustrates:
- connecting to CodeBeamer
- signing in as a CodeBeamer user
- creating a new folder in the root dir of the project
- uploading a new textfile as to this folder with the status "New"
- adding a second revision of the same textfile
Method Summary |
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 |
ArtifactUploader
public ArtifactUploader()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Main entry point.
- Throws:
java.lang.Exception
findProjectByName
protected static ProjectDto findProjectByName(ProjectDto[] projects,
java.lang.String projectName)
- Returns the project with the given name.
Copyright © 2006-2009 Intland Software. All rights reserved.