io.orangebeard.client.entity.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Orangebeard Java Client, to be used in Orangebeard Java Listeners
package io.orangebeard.client.entity;
public enum Status {
IN_PROGRESS,
PASSED,
FAILED,
STOPPED, //status for manually stopped launches
SKIPPED,
TIMED_OUT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy