com.cloudbees.jenkins.plugins.okidocki
Class DockerfileImageSelector.ComputeDockerfileChecksum

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

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

See Also:
Serialized Form

Constructor Summary
DockerfileImageSelector.ComputeDockerfileChecksum()
           
 
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

DockerfileImageSelector.ComputeDockerfileChecksum

public DockerfileImageSelector.ComputeDockerfileChecksum()
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.