All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.octane.integrations.services.SupportsConsoleLog Maven / Gradle / Ivy

There is a newer version: 2.25.2.4
Show newest version
package com.hp.octane.integrations.services;

public interface SupportsConsoleLog {

    void println(String msg);

    void print(String msg);

    void append(String msg);

    void newLine();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy