|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<AbstractMetadataValue>
com.sonyericsson.hudson.plugins.metadata.model.values.AbstractMetadataValue.AbstractMetaDataValueDescriptor
com.sonyericsson.hudson.plugins.metadata.model.values.DateMetadataValue.DateMetaDataValueDescriptor
@Extension public static class DateMetadataValue.DateMetaDataValueDescriptor
Descriptor for DateMetadataValues.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
DateMetadataValue.DateMetaDataValueDescriptor()
|
|
| Method Summary | |
|---|---|
MetadataValue |
fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
Converts a JSON object into a MetadataValue of this descriptors describable. |
String |
getDisplayName()
|
String |
getJsonType()
Gives the type to put into the JSON conversations. |
| Methods inherited from class com.sonyericsson.hudson.plugins.metadata.model.values.AbstractMetadataValue.AbstractMetaDataValueDescriptor |
|---|
appliesTo, findForJsonType |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateMetadataValue.DateMetaDataValueDescriptor()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<AbstractMetadataValue>public String getJsonType()
AbstractMetadataValue.AbstractMetaDataValueDescriptor
getJsonType in class AbstractMetadataValue.AbstractMetaDataValueDescriptor
public MetadataValue fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
throws JsonUtils.ParseException
AbstractMetadataValue.AbstractMetaDataValueDescriptor
fromJson in class AbstractMetadataValue.AbstractMetaDataValueDescriptorjson - the json data to use.container - The container that the created object is intended to go into.
Can be used to check for validity of attributes.
JsonUtils.ParseException - if something is for example missing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||