net.praqma.jenkins.configrotator.scm.git
Class ResolveConfigurationComponent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolveConfigurationComponent
public ResolveConfigurationComponent(hudson.model.TaskListener listener,
String name,
String repository,
String branch,
String commitId,
boolean fixed)
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.