hudson.plugins.clearcase.base
Class BasePollAction

java.lang.Object
  extended by hudson.plugins.clearcase.action.DefaultPollAction
      extended by hudson.plugins.clearcase.base.BasePollAction
All Implemented Interfaces:
PollAction

public class BasePollAction
extends DefaultPollAction

Author:
hlyh

Field Summary
 
Fields inherited from class hudson.plugins.clearcase.action.DefaultPollAction
filters
 
Constructor Summary
BasePollAction(ClearTool cleartool, java.util.List<Filter> filters)
           
 
Method Summary
protected  ClearToolFormatHandler getHistoryFormatHandler()
           
protected  HistoryEntry parseLine(java.lang.String line)
           
 
Methods inherited from class hudson.plugins.clearcase.action.DefaultPollAction
filterEntry, getChanges, parseHistoryOutputForChanges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePollAction

public BasePollAction(ClearTool cleartool,
                      java.util.List<Filter> filters)
Method Detail

getHistoryFormatHandler

protected ClearToolFormatHandler getHistoryFormatHandler()
Specified by:
getHistoryFormatHandler in class DefaultPollAction

parseLine

protected HistoryEntry parseLine(java.lang.String line)
                          throws java.text.ParseException
Specified by:
parseLine in class DefaultPollAction
Throws:
java.text.ParseException


Copyright © 2009. All Rights Reserved.