org.jvnet.hudson.test
Class ExtractResourceWithChangesSCM

java.lang.Object
  extended by hudson.scm.SCM
      extended by hudson.scm.NullSCM
          extended by org.jvnet.hudson.test.ExtractResourceWithChangesSCM
All Implemented Interfaces:
ExtensionPoint, Describable<SCM>

public class ExtractResourceWithChangesSCM
extends NullSCM

SCM useful for testing that extracts the given resource as a zip file.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.NullSCM
NullSCM.DescriptorImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.scm.SCM
PERMISSIONS, TAG
 
Constructor Summary
ExtractResourceWithChangesSCM(URL firstZip, URL secondZip)
           
 
Method Summary
 boolean checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 ChangeLogParser createChangeLogParser()
           
 void saveToChangeLog(File changeLogFile, ExtractChangeLogParser.ExtractChangeLogEntry changeLog)
           
 
Methods inherited from class hudson.scm.NullSCM
calcRevisionsFromBuild, compareRemoteRevisionWith
 
Methods inherited from class hudson.scm.SCM
_calcRevisionsFromBuild, _for, all, buildEnvVars, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, nullify, poll, pollChanges, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractResourceWithChangesSCM

public ExtractResourceWithChangesSCM(URL firstZip,
                                     URL secondZip)
Method Detail

checkout

public boolean checkout(AbstractBuild build,
                        Launcher launcher,
                        FilePath workspace,
                        BuildListener listener,
                        File changeLogFile)
                 throws IOException,
                        InterruptedException
Overrides:
checkout in class NullSCM
Throws:
IOException
InterruptedException

createChangeLogParser

public ChangeLogParser createChangeLogParser()
Overrides:
createChangeLogParser in class NullSCM

saveToChangeLog

public void saveToChangeLog(File changeLogFile,
                            ExtractChangeLogParser.ExtractChangeLogEntry changeLog)
                     throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.