Package org.jenkinsci.plugins.pubsub
Class EventFilter
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- org.jenkinsci.plugins.pubsub.Message<EventFilter>
-
- org.jenkinsci.plugins.pubsub.EventFilter
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public final class EventFilter extends Message<EventFilter>
Event filter.- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
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
-
-