jenkins.plugins.simpleclearcase
Class SimpleClearCaseChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by jenkins.plugins.simpleclearcase.SimpleClearCaseChangeLogParser

public class SimpleClearCaseChangeLogParser
extends hudson.scm.ChangeLogParser


Constructor Summary
SimpleClearCaseChangeLogParser()
           
 
Method Summary
 hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build, java.io.File changelogFile)
           
 java.util.List<SimpleClearCaseChangeLogEntry> readChangeLog(java.io.File file)
           
 java.util.List<SimpleClearCaseChangeLogEntry> readChangeLog(java.io.InputStream is)
           
 boolean writeChangeLog(java.io.File file, SimpleClearCaseChangeLogSet set, hudson.model.TaskListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClearCaseChangeLogParser

public SimpleClearCaseChangeLogParser()
Method Detail

writeChangeLog

public boolean writeChangeLog(java.io.File file,
                              SimpleClearCaseChangeLogSet set,
                              hudson.model.TaskListener listener)
                       throws java.io.IOException
Throws:
java.io.IOException

readChangeLog

public java.util.List<SimpleClearCaseChangeLogEntry> readChangeLog(java.io.File file)
                                                            throws java.io.IOException,
                                                                   javax.xml.parsers.ParserConfigurationException,
                                                                   org.xml.sax.SAXException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException

readChangeLog

public java.util.List<SimpleClearCaseChangeLogEntry> readChangeLog(java.io.InputStream is)
                                                            throws java.io.IOException,
                                                                   javax.xml.parsers.ParserConfigurationException,
                                                                   org.xml.sax.SAXException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException

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


Copyright © 2004-2011. All Rights Reserved.