Uses of Class
hudson.model.Project

Packages that use Project
hudson   
hudson.matrix Matrix project 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
jenkins.model   
 

Uses of Project in hudson
 

Method parameters in hudson with type arguments of type Project
static String Functions.getProjectListString(List<Project> projects)
           
 

Uses of Project in hudson.matrix
 

Subclasses of Project in hudson.matrix
 class MatrixConfiguration
          One configuration of MatrixProject.
 

Uses of Project in hudson.model
 

Classes in hudson.model with type parameters of type Project
 class Build<P extends Project<P,B>,B extends Build<P,B>>
          A build of a Project.
 class Project<P extends Project<P,B>,B extends Build<P,B>>
          Buildable software project.
 

Subclasses of Project in hudson.model
 class FreeStyleProject
          Free-style software project.
 

Uses of Project in hudson.tasks
 

Methods in hudson.tasks with parameters of type Project
 Action Publisher.getProjectAction(Project project)
          Deprecated. since 1.150
 Action BuildStepCompatibilityLayer.getProjectAction(Project<?,?> project)
          Deprecated. Use BuildStepCompatibilityLayer.getProjectAction(AbstractProject) instead.
 

Uses of Project in jenkins.model
 

Methods in jenkins.model that return types with arguments of type Project
 List<Project> Jenkins.getProjects()
          Deprecated. This method will ignore Maven and matrix projects, as well as projects inside containers such as folders. You may prefer to call Jenkins.getAllItems(Class) on AbstractProject, perhaps also using Util.createSubList(java.util.Collection, java.lang.Class) to consider only TopLevelItems. (That will also consider the caller's permissions.) If you really want to get just Projects at top level, ignoring permissions, you can filter the values from Jenkins.getItemMap() using Util.createSubList(java.util.Collection, java.lang.Class).
 



Copyright © 2004-2013. All Rights Reserved.