Uses of Class
hudson.model.Project
Packages that use Project
-
Uses of Project in hudson.model
Classes in hudson.model with type parameters of type ProjectSubclasses of Project in hudson.model -
Uses of Project in hudson.tasks
Methods in hudson.tasks with parameters of type ProjectModifier and TypeMethodDescriptionBuildStepCompatibilityLayer.getProjectAction
(Project<?, ?> project) Deprecated.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 ProjectModifier and TypeMethodDescriptionJenkins.getProjects()
Deprecated.This method will ignore Maven and matrix projects, as well as projects inside containers such as folders.
BuildStepCompatibilityLayer.getProjectAction(AbstractProject)
instead.