public class Taskcluster extends SourcePayloadBase implements Serializable
Constructor and Description |
---|
Taskcluster()
Construct matcher object.
|
Taskcluster(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
Modifier and Type | Method and Description |
---|---|
String |
getResolvedSubject()
Get resolved subject ID
|
Taskcluster |
getTaskclusterData()
Fetch parsed Taskcluster data
|
Payload.PayloadType |
getType()
Get payload type.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
void |
setTaskclusterData(Taskcluster data)
Set Taskcluster data element
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddress
eventIntegerValue, eventStringValue
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBase
matcher
in class PayloadBase
input
- Input string.state
- ParserStatepublic String getResolvedSubject()
public Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
public Taskcluster getTaskclusterData()
public void setTaskclusterData(Taskcluster data)
data
- Taskcluster data elementCopyright © 2022. All rights reserved.