public class ServiceLogsSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceLogsSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_NAME_FILTER |
static String |
ATTRIBUTE_NAME_OUTPUT |
static String |
ATTRIBUTE_NAME_TARGET |
static String |
UNASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilter()
Regex to filter out the resources which the Service Logs Streaming activation should be monitoring.
|
String |
getOutputPath()
Base path which should be used as the output where the logs stream files must be written
|
String |
getTarget()
Regular expression which defines the test classes whose services logs must be streamed - e.g.
|
int |
hashCode() |
public static final String ATTRIBUTE_NAME_TARGET
public static final String ATTRIBUTE_NAME_FILTER
public static final String ATTRIBUTE_NAME_OUTPUT
public static final String UNASSIGNED
public String getTarget()
public String getFilter()
public String getOutputPath()
Copyright © 2022. All rights reserved.