Uses of Class
hudson.plugins.tasks.util.model.JavaPackage

Packages that use JavaPackage
hudson.plugins.tasks   
hudson.plugins.tasks.util.model   
 

Uses of JavaPackage in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> TasksResult.getPackages()
          Returns the packages in this project.
 java.util.Collection<JavaPackage> ModuleDetail.getPackages()
          Gets the packages of this module that have open tasks.
 

Constructors in hudson.plugins.tasks with parameters of type JavaPackage
PackageDetail(hudson.model.AbstractBuild<?,?> owner, JavaPackage javaPackage, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of PackageDetail.
 

Uses of JavaPackage in hudson.plugins.tasks.util.model
 

Methods in hudson.plugins.tasks.util.model that return JavaPackage
 JavaPackage MavenModule.getPackage(java.lang.String packageName)
          Gets the package with the given name.
 JavaPackage JavaProject.getPackage(java.lang.String name)
          Returns the package with the given name.
 

Methods in hudson.plugins.tasks.util.model that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> MavenModule.getPackages()
          Gets the packages of this module that have annotations.
 java.util.Collection<JavaPackage> JavaProject.getPackages()
          Gets the packages of this project that have annotations.
 



Copyright © 2008. All Rights Reserved.