net.praqma.jenkins.configrotator.scm.clearcaseucm
Class ClearCaseGetBaseLineCompare

java.lang.Object
  extended by net.praqma.jenkins.configrotator.scm.clearcaseucm.ClearCaseGetBaseLineCompare
All Implemented Interfaces:
hudson.FilePath.FileCallable<List<ConfigRotatorChangeLogEntry>>, Serializable

public class ClearCaseGetBaseLineCompare
extends Object
implements hudson.FilePath.FileCallable<List<ConfigRotatorChangeLogEntry>>

Author:
Praqma
See Also:
Serialized Form

Constructor Summary
ClearCaseGetBaseLineCompare(hudson.model.BuildListener listener, ClearCaseUCMConfiguration configuration, ClearCaseUCMConfigurationComponent component)
           
 
Method Summary
 List<ConfigRotatorChangeLogEntry> invoke(File f, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearCaseGetBaseLineCompare

public ClearCaseGetBaseLineCompare(hudson.model.BuildListener listener,
                                   ClearCaseUCMConfiguration configuration,
                                   ClearCaseUCMConfigurationComponent component)
Method Detail

invoke

public List<ConfigRotatorChangeLogEntry> invoke(File f,
                                                hudson.remoting.VirtualChannel channel)
                                         throws IOException,
                                                InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<List<ConfigRotatorChangeLogEntry>>
Throws:
IOException
InterruptedException


Copyright © 2004-2013. All Rights Reserved.