org.jenkinsci.plugins.graniteclient
Class ValidateFileCallable

java.lang.Object
  extended by org.jenkinsci.plugins.graniteclient.ValidateFileCallable
All Implemented Interfaces:
hudson.FilePath.FileCallable<hudson.model.Result>, Serializable

public class ValidateFileCallable
extends Object
implements hudson.FilePath.FileCallable<hudson.model.Result>

Simple callable implementation for the ValidatePackagesBuilder

See Also:
Serialized Form

Constructor Summary
ValidateFileCallable(hudson.model.TaskListener listener, net.adamcin.granite.client.packman.validation.DefaultValidationOptions options)
           
 
Method Summary
 hudson.model.Result 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

ValidateFileCallable

public ValidateFileCallable(hudson.model.TaskListener listener,
                            net.adamcin.granite.client.packman.validation.DefaultValidationOptions options)
Method Detail

invoke

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


Copyright © 2013-2014. All Rights Reserved.