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