net.praqma.jenkins.configrotator.scm.git
Class ResolveConfigurationComponent

java.lang.Object
  extended by net.praqma.jenkins.configrotator.scm.git.ResolveConfigurationComponent
All Implemented Interfaces:
hudson.FilePath.FileCallable<GitConfigurationComponent>, Serializable

public class ResolveConfigurationComponent
extends Object
implements hudson.FilePath.FileCallable<GitConfigurationComponent>

This involves cloning the repository

See Also:
Serialized Form

Constructor Summary
ResolveConfigurationComponent(hudson.model.TaskListener listener, String name, String repository, String branch, String commitId, boolean fixed)
           
 
Method Summary
 GitConfigurationComponent invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveConfigurationComponent

public ResolveConfigurationComponent(hudson.model.TaskListener listener,
                                     String name,
                                     String repository,
                                     String branch,
                                     String commitId,
                                     boolean fixed)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.