public class UserSelector extends Object implements hudson.model.Describable<UserSelector>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UserSelector.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static UserSelector.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
UserSelector(String selectedUserId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
hudson.model.Descriptor<UserSelector> |
getDescriptor() |
String |
getSelectedUserId() |
int |
hashCode() |
@Extension public static final UserSelector.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public UserSelector(@CheckForNull String selectedUserId)
@CheckForNull public String getSelectedUserId()
public hudson.model.Descriptor<UserSelector> getDescriptor()
getDescriptor
in interface hudson.model.Describable<UserSelector>
Copyright © 2016–2018. All rights reserved.