Package org.jenkinsci.plugins.pubsub
Class SimpleMessage
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- org.jenkinsci.plugins.pubsub.Message<SimpleMessage>
-
- org.jenkinsci.plugins.pubsub.SimpleMessage
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public final class SimpleMessage extends Message<SimpleMessage>
A simpleMessage
implementation.- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description SimpleMessage()
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.pubsub.Message
clone, containsAll, get, get, getChannelName, getEventName, getEventUUID, getJenkinsInstanceId, getJenkinsInstanceUrl, getObjectId, getObjectName, getObjectType, getTimestamp, getTimestampMillis, set, set, setChannelName, setEventName, setEventName, setItemProps, setJenkinsInstanceId, toJSON, toJSON, toString
-
Methods inherited from class java.util.Properties
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
-