Package jenkins.plugins.maveninfo.util
Class BuildUtils
java.lang.Object
jenkins.plugins.maveninfo.util.BuildUtils
Build utilities.
- Author:
- emenaceb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MavenInfoJobConfig
getJobConfig
(hudson.maven.MavenModuleSet job) static hudson.maven.MavenModuleSetBuild
getLastBuild
(hudson.maven.MavenModuleSet job) static hudson.maven.MavenModule
getMainModule
(hudson.maven.MavenModuleSetBuild build, ModuleNamePattern pattern) static List
<Dependency> getModuleDependencies
(hudson.maven.MavenModuleSetBuild build, ModuleNamePattern pattern) static List
<hudson.maven.MavenModule> getModules
(hudson.maven.MavenModuleSetBuild build)
-
Constructor Details
-
BuildUtils
public BuildUtils()
-
-
Method Details
-
getJobConfig
-
getLastBuild
public static hudson.maven.MavenModuleSetBuild getLastBuild(hudson.maven.MavenModuleSet job) -
getMainModule
public static hudson.maven.MavenModule getMainModule(hudson.maven.MavenModuleSetBuild build, ModuleNamePattern pattern) -
getModuleDependencies
public static List<Dependency> getModuleDependencies(hudson.maven.MavenModuleSetBuild build, ModuleNamePattern pattern) -
getModules
-