@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public class UserContext extends Object
Constructor and Description |
---|
UserContext(List<hudson.model.TopLevelItem> selectedJobs,
List<hudson.model.Computer> selectedSlaves,
List<hudson.model.User> selectedUsers,
String item) |
Modifier and Type | Method and Description |
---|---|
String |
getItem() |
List<hudson.model.TopLevelItem> |
getJobs() |
List<hudson.model.Computer> |
getSlaves() |
List<hudson.model.User> |
getUsers() |
@CheckForNull public List<hudson.model.TopLevelItem> getJobs()
@CheckForNull public List<hudson.model.Computer> getSlaves()
@CheckForNull public List<hudson.model.User> getUsers()
Copyright © 2016–2022. All rights reserved.