Package io.jenkins.plugins.peopleview
Class People
- java.lang.Object
-
- io.jenkins.plugins.peopleview.People
-
@ExportedBean public class People extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ModelObject
parent
List<UserInfo>
users
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Api
getApi()
static boolean
isApplicable(Collection<? extends Item> items)
Deprecated.Potentially very expensive call; do not use from Jelly views.
-
-
-
Field Detail
-
parent
public final ModelObject parent
-
-
Method Detail
-
getApi
public Api getApi()
-
isApplicable
@Deprecated public static boolean isApplicable(Collection<? extends Item> items)
Deprecated.Potentially very expensive call; do not use from Jelly views.
-
-