com.cloudbees.jenkins.plugins.okidocki
Class ComputeDockerfileChecksum

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.okidocki.ComputeDockerfileChecksum
All Implemented Interfaces:
hudson.FilePath.FileCallable<String>, Serializable

public class ComputeDockerfileChecksum
extends Object
implements hudson.FilePath.FileCallable<String>

Author:
Nicolas De Loof
See Also:
Serialized Form

Constructor Summary
ComputeDockerfileChecksum(hudson.model.BuildListener listener)
           
 
Method Summary
 String 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

ComputeDockerfileChecksum

public ComputeDockerfileChecksum(hudson.model.BuildListener listener)
Method Detail

invoke

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


Copyright © 2004-2014. All Rights Reserved.