hudson.plugins.ccm.config
Class CCMConfigCallable
java.lang.Object
hudson.plugins.ccm.config.CCMConfigCallable
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<java.lang.String>, java.io.Serializable
public class CCMConfigCallable
- extends java.lang.Object
- implements hudson.FilePath.FileCallable<java.lang.String>
- Since:
- 21/09/2010
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
|
Constructor Summary |
CCMConfigCallable(java.lang.String srcFolders,
java.lang.String excludeFiles,
java.lang.String excludeFolders,
java.lang.String excludeFunctions,
java.lang.Boolean isRecursive,
java.lang.String numMetrics,
hudson.model.BuildListener listener)
|
|
Method Summary |
java.lang.String |
invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCMConfigCallable
public CCMConfigCallable(java.lang.String srcFolders,
java.lang.String excludeFiles,
java.lang.String excludeFolders,
java.lang.String excludeFunctions,
java.lang.Boolean isRecursive,
java.lang.String numMetrics,
hudson.model.BuildListener listener)
invoke
public java.lang.String invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.String>
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2010. All Rights Reserved.