hudson.maven
Class MavenInformation

java.lang.Object
  extended by hudson.maven.MavenInformation
All Implemented Interfaces:
Serializable

public class MavenInformation
extends Object
implements Serializable

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

Constructor Summary
MavenInformation(String version, String versionResourcePath)
           
 
Method Summary
 String getVersion()
           
 String getVersionResourcePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenInformation

public MavenInformation(String version,
                        String versionResourcePath)
Method Detail

getVersion

public String getVersion()

getVersionResourcePath

public String getVersionResourcePath()


Copyright © 2004-2011. All Rights Reserved.