com.intland.codebeamer.remoting.sample
Class WikiAttachmentUploader
java.lang.Object
com.intland.codebeamer.remoting.sample.WikiAttachmentUploader
public class WikiAttachmentUploader
- 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
- uploading image attachments to an existing Wiki page
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiAttachmentUploader
public WikiAttachmentUploader()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Main entry point.
- Throws:
java.lang.Exception
createWikiPageComment
public static WikiPageCommentDto createWikiPageComment(ProjectDto project,
UserDto user,
WikiPageDto wikiPage,
java.io.File file)
createArtifact
public static ArtifactDto createArtifact(ProjectDto project,
UserDto user)
createArtifactStatus
public static ArtifactStatusDto createArtifactStatus()
createArtifactAdditionalInfo
public static ArtifactAdditionalInfoDto createArtifactAdditionalInfo()
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.