hudson.maven
Class MavenVersionCallable

java.lang.Object
  extended by hudson.maven.MavenVersionCallable
All Implemented Interfaces:
hudson.remoting.Callable<hudson.maven.MavenInformation,IOException>, Serializable

public class MavenVersionCallable
extends Object
implements hudson.remoting.Callable<hudson.maven.MavenInformation,IOException>

Since:
3.0
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
MavenVersionCallable(String mavenHome)
           
 
Method Summary
 hudson.maven.MavenInformation call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenVersionCallable

public MavenVersionCallable(String mavenHome)
Method Detail

call

public hudson.maven.MavenInformation call()
                                   throws IOException
Specified by:
call in interface hudson.remoting.Callable<hudson.maven.MavenInformation,IOException>
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.