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

com.dtolabs.rundeck.plugins.ExecutionEnvironmentConstants Maven / Gradle / Ivy

There is a newer version: 5.8.0-20241205
Show newest version
package com.dtolabs.rundeck.plugins;

public class ExecutionEnvironmentConstants {

    public static final String ENVIRONMENT_TYPE_KEY = "EnvironmentType";

    public static final String LOCAL_RUNNER = "localRunner";
    public static final String REMOTE_RUNNER = "remoteRunner";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy