org.jvnet.hudson.plugins.mavendepsupdate
Class MavenUpdateChecker
java.lang.Object
org.jvnet.hudson.plugins.mavendepsupdate.MavenUpdateChecker
- All Implemented Interfaces:
- hudson.remoting.Callable<MavenUpdateCheckerResult,IOException>, Serializable
public class MavenUpdateChecker
- extends Object
- implements hudson.remoting.Callable<MavenUpdateCheckerResult,IOException>
- Since:
- 1.1
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenUpdateChecker
public MavenUpdateChecker(String rootPomPath,
String localRepoPath,
boolean checkPlugins,
String projectWorkspace,
boolean masterRun,
String mavenHome,
String jdkHome)
call
public MavenUpdateCheckerResult call()
throws IOException
- Specified by:
call
in interface hudson.remoting.Callable<MavenUpdateCheckerResult,IOException>
- Throws:
IOException
setClassLoaderParent
public void setClassLoaderParent(hudson.PluginFirstClassLoader classLoaderParent)
setAlternateSettings
public void setAlternateSettings(hudson.FilePath alternateSettings)
setGlobalSettings
public void setGlobalSettings(hudson.FilePath globalSettings)
setUserProperties
public void setUserProperties(Properties userProperties)
setActiveProfiles
public void setActiveProfiles(List<String> activeProfiles)
Copyright © 2004-2015. All Rights Reserved.