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, File changelogFile)
           
 List<SimpleClearCaseChangeLogEntry> readChangeLog(File file)
           
 List<SimpleClearCaseChangeLogEntry> readChangeLog(InputStream is)
           
 boolean writeChangeLog(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(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.