Class SystemPropertyEvent

java.lang.Object
org.apache.maven.surefire.api.event.Event
org.apache.maven.surefire.api.event.SystemPropertyEvent

public final class SystemPropertyEvent extends Event
The event of system property.
Since:
3.0.0-M5
  • Field Details

    • runMode

      private final RunMode runMode
    • testRunId

      private final Long testRunId
    • key

      private final String key
    • value

      private final String value
  • Constructor Details

  • Method Details