Module org.elasticsearch.xcore
Class TriggerEvent
java.lang.Object
org.elasticsearch.xpack.core.watcher.trigger.TriggerEvent
- All Implemented Interfaces:
ToXContent,ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondata()jobName()abstract voidrecordDataXContent(XContentBuilder builder, ToXContent.Params params) voidrecordXContent(XContentBuilder builder, ToXContent.Params params) toString()abstract Stringtype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
triggeredTime
-
data
-
-
Constructor Details
-
TriggerEvent
-
-
Method Details
-
jobName
-
type
-
triggeredTime
-
data
-
toString
-
recordXContent
- Throws:
IOException
-
recordDataXContent
public abstract void recordDataXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Throws:
IOException
-