Add runner version to status.
This commit is contained in:
parent
f0ebea5353
commit
3a4404b758
3 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue