hudson.plugins.starteam
Class StarTeamChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
hudson.plugins.starteam.StarTeamChangeLogParser
public class StarTeamChangeLogParser
- extends hudson.scm.ChangeLogParser
ChangeLogParser implementation for the StarTeam SCM.
- Version:
- 1.0
- Author:
- Eric D. Broyles
|
Method Summary |
hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> |
parse(hudson.model.AbstractBuild build,
java.io.File changelogFile)
|
static StarTeamChangeLogSet |
parse(hudson.model.AbstractBuild aBuild,
java.io.InputStream aChangeLogStream)
Parses the change log stream and returns a Perforce change log set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StarTeamChangeLogParser
public StarTeamChangeLogParser()
parse
public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build,
java.io.File changelogFile)
throws java.io.IOException,
org.xml.sax.SAXException
- Specified by:
parse in class hudson.scm.ChangeLogParser
- Throws:
java.io.IOException
org.xml.sax.SAXException
parse
public static StarTeamChangeLogSet parse(hudson.model.AbstractBuild aBuild,
java.io.InputStream aChangeLogStream)
throws java.io.IOException,
org.xml.sax.SAXException
- Parses the change log stream and returns a Perforce change log set.
- Parameters:
aBuild - the build for the change logaChangeLogStream - input stream containing the change log
- Returns:
- the change log set
- Throws:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2007-2010. All Rights Reserved.