org.jvnet.hudson.plugins.mavendepsupdate
Class MavenUpdateChecker

java.lang.Object
  extended by 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

Constructor Summary
MavenUpdateChecker(String rootPomPath, String localRepoPath, boolean checkPlugins, String projectWorkspace, boolean masterRun, String mavenHome, String jdkHome)
           
 
Method Summary
 MavenUpdateCheckerResult call()
           
 void setActiveProfiles(List<String> activeProfiles)
           
 void setAlternateSettings(hudson.FilePath alternateSettings)
           
 void setClassLoaderParent(hudson.PluginFirstClassLoader classLoaderParent)
           
 void setGlobalSettings(hudson.FilePath globalSettings)
           
 void setUserProperties(Properties userProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenUpdateChecker

public MavenUpdateChecker(String rootPomPath,
                          String localRepoPath,
                          boolean checkPlugins,
                          String projectWorkspace,
                          boolean masterRun,
                          String mavenHome,
                          String jdkHome)
Method Detail

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.