jenkins.plugins.simpleclearcase
Class SimpleClearCaseChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
jenkins.plugins.simpleclearcase.SimpleClearCaseChangeLogParser
public class SimpleClearCaseChangeLogParser
- extends hudson.scm.ChangeLogParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleClearCaseChangeLogParser
public SimpleClearCaseChangeLogParser()
writeChangeLog
public boolean writeChangeLog(File file,
SimpleClearCaseChangeLogSet set,
hudson.model.TaskListener listener)
throws IOException
- Throws:
IOException
readChangeLog
public List<SimpleClearCaseChangeLogEntry> readChangeLog(File file)
throws IOException,
ParserConfigurationException,
SAXException
- Throws:
IOException
ParserConfigurationException
SAXException
readChangeLog
public List<SimpleClearCaseChangeLogEntry> readChangeLog(InputStream is)
throws IOException,
ParserConfigurationException,
SAXException
- Throws:
IOException
ParserConfigurationException
SAXException
parse
public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build,
File changelogFile)
throws IOException,
SAXException
- Specified by:
parse in class hudson.scm.ChangeLogParser
- Throws:
IOException
SAXException
Copyright © 2004-2012. All Rights Reserved.