Class ServiceLogsSettings


  • public class ServiceLogsSettings
    extends Object
    Stores a valid Service Logs Streaming component configuration
    • Method Detail

      • getTarget

        public String getTarget()
        Regular expression which defines the test classes whose services logs must be streamed - e.g. allows the testing engine to check whether a given context test class name is a valid target for a Service Logs Streaming configuration.
        Returns:
        String representing a regular expression which defines the test classes whose services logs must be streamed.
      • getFilter

        public String getFilter()
        Regex to filter out the resources which the Service Logs Streaming activation should be monitoring.
        Returns:
        String representing a regex to filter out the resources which the Service Logs Streaming activation should be monitoring.
      • getOutputPath

        public String getOutputPath()
        Base path which should be used as the output where the logs stream files must be written
        Returns:
        String identifying a base path to which the service logs output files should be streamed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object