|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<UserProperty>
hudson.model.UserPropertyDescriptor
hudson.model.MyViewsProperty.DescriptorImpl
@Extension public static class MyViewsProperty.DescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
MyViewsProperty.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object. |
UserProperty |
newInstance(User user)
Creates a default instance of UserProperty to be associated
with User object that wasn't created from a persisted XML data. |
| Methods inherited from class hudson.model.UserPropertyDescriptor |
|---|
isEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyViewsProperty.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
Descriptor
getDisplayName in class Descriptor<UserProperty>public UserProperty newInstance(User user)
UserPropertyDescriptorUserProperty to be associated
with User object that wasn't created from a persisted XML data.
See User class javadoc for more details about the life cycle
of User and when this method is invoked.
newInstance in class UserPropertyDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||