|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.starteam.StarTeamChangeLogBuilder
public final class StarTeamChangeLogBuilder
Builds changelog.xml for StarTeamSCM.
Remove use of deprecated classes.
| Constructor Summary | |
|---|---|
StarTeamChangeLogBuilder()
|
|
| Method Summary | |
|---|---|
static boolean |
writeChangeLog(java.io.OutputStream aOutputStream,
java.util.Collection<com.starbase.starteam.File> aChanges,
StarTeamConnection aConnection)
Stores the history objects to the output stream as xml. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StarTeamChangeLogBuilder()
| Method Detail |
|---|
public static boolean writeChangeLog(java.io.OutputStream aOutputStream,
java.util.Collection<com.starbase.starteam.File> aChanges,
StarTeamConnection aConnection)
throws java.io.IOException
Current version supports a format like the following:
<?xml version='1.0' encoding='UTF-8'?>
<changelog>
<entry>
<revisionNumber>73</revisionNumber>
<date>2008-06-23 09:46:27</date>
<message>Checkin message</message>
<user>Author Name</user>
</entry>
</changelog>
aOutputStream - the stream to write toaChanges - the history objects to storeaConnection - the connection to the StarTeam Server (required to determine
the name of the user who made changes)
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||