Uses of Class
hudson.model.Project
-
Packages that use Project Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model -
-
Uses of Project in hudson.model
Classes in hudson.model with type parameters of type Project Modifier and Type Class Description class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.Subclasses of Project in hudson.model Modifier and Type Class Description class
FreeStyleProject
Free-style software project. -
Uses of Project in hudson.tasks
Methods in hudson.tasks with parameters of type Project Modifier and Type Method Description Action
BuildStepCompatibilityLayer. getProjectAction(Project<?,?> project)
Deprecated.Action
Publisher. getProjectAction(Project project)
Deprecated.since 1.150 -
Uses of Project in jenkins.model
Methods in jenkins.model that return types with arguments of type Project Modifier and Type Method Description List<Project>
Jenkins. getProjects()
Deprecated.This method will ignore Maven and matrix projects, as well as projects inside containers such as folders.
-