public final class SystemPropertyEvent extends Event
Constructor and Description |
---|
SystemPropertyEvent(RunMode runMode,
Long testRunId,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
RunMode |
getRunMode() |
Long |
getTestRunId() |
String |
getValue() |
boolean |
isConsoleCategory() |
boolean |
isConsoleErrorCategory() |
boolean |
isControlCategory() |
boolean |
isJvmExitError() |
boolean |
isStandardStreamCategory() |
boolean |
isSysPropCategory() |
boolean |
isTestCategory() |
getEventType
public RunMode getRunMode()
public Long getTestRunId()
public String getKey()
public String getValue()
public boolean isControlCategory()
isControlCategory
in class Event
public boolean isConsoleCategory()
isConsoleCategory
in class Event
public boolean isConsoleErrorCategory()
isConsoleErrorCategory
in class Event
public boolean isStandardStreamCategory()
isStandardStreamCategory
in class Event
public boolean isSysPropCategory()
isSysPropCategory
in class Event
public boolean isTestCategory()
isTestCategory
in class Event
public boolean isJvmExitError()
isJvmExitError
in class Event
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.