abstract class SystemPropertyListener
<init> |
SystemPropertyListener(newProperties: Map<String, String?>, mode: OverrideMode) |
changeSystemProperties |
fun changeSystemProperties(): Unit |
resetSystemProperties |
fun resetSystemProperties(): Unit |
SystemPropertyProjectListener |
Changes System Properties with chosen keys and values class SystemPropertyProjectListener : SystemPropertyListener, ProjectListener |
SystemPropertyTestListener |
Changes System Properties with chosen keys and values class SystemPropertyTestListener : SystemPropertyListener, TestListener |