Add runner version to status.

This commit is contained in:
Michael Lipp 2025-03-14 16:57:58 +01:00
parent f0ebea5353
commit 3a4404b758
3 changed files with 11 additions and 0 deletions

View file

@ -50,6 +50,9 @@ public class Constants {
* Status related constants.
*/
public static class Status {
/** The Constant RUNNER_VERSION. */
public static final String RUNNER_VERSION = "runnerVersion";
/** The Constant CPUS. */
public static final String CPUS = "cpus";