public class JobOwnerJobProperty extends hudson.model.JobProperty<hudson.model.Job<?,?>> implements IOwnershipItem<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
JobOwnerJobProperty.DescriptorImpl |
| Constructor and Description |
|---|
JobOwnerJobProperty(OwnershipDescription ownershipDescription) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Job<?,?> |
getDescribedItem()
Gets item, which is being described by action.
|
String |
getDisplayName(hudson.model.User usr) |
OwnershipDescription |
getOwnership() |
Collection<hudson.model.User> |
getUsers() |
IOwnershipHelper<hudson.model.Job<?,?>> |
helper()
Gets helper for typical operations.
|
String |
toString() |
@DataBoundConstructor public JobOwnerJobProperty(OwnershipDescription ownershipDescription)
public OwnershipDescription getOwnership()
public String getDisplayName(hudson.model.User usr)
public Collection<hudson.model.User> getUsers()
public IOwnershipHelper<hudson.model.Job<?,?>> helper()
IOwnershipItemhelper in interface IOwnershipItem<hudson.model.Job<?,?>>public hudson.model.Job<?,?> getDescribedItem()
IOwnershipItemgetDescribedItem in interface IOwnershipItem<hudson.model.Job<?,?>>Copyright © 2004-2013. All Rights Reserved.