public class OwnershipJobFilter
extends hudson.views.ViewJobFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
OwnershipJobFilter.DescriptorImpl |
| Constructor and Description |
|---|
OwnershipJobFilter(String ownerName,
boolean acceptCoowners) |
| Modifier and Type | Method and Description |
|---|---|
List<hudson.model.TopLevelItem> |
filter(List<hudson.model.TopLevelItem> added,
List<hudson.model.TopLevelItem> all,
hudson.model.View filteringView) |
static Collection<UserWrapper> |
getAvailableUsers()
Get list of users for the selector.
|
String |
getOwnerName() |
boolean |
isAcceptsCoowners() |
boolean |
isSelected(UserWrapper usr) |
@DataBoundConstructor public OwnershipJobFilter(String ownerName, boolean acceptCoowners)
public String getOwnerName()
public boolean isAcceptsCoowners()
public boolean isSelected(UserWrapper usr)
public List<hudson.model.TopLevelItem> filter(List<hudson.model.TopLevelItem> added, List<hudson.model.TopLevelItem> all, hudson.model.View filteringView)
filter in class hudson.views.ViewJobFilterpublic static Collection<UserWrapper> getAvailableUsers()
Copyright © 2004-2013. All Rights Reserved.