Package com.netflix.genie.web.properties
Class AgentLauncherSelectorScriptProperties
- java.lang.Object
-
- com.netflix.genie.web.scripts.ManagedScriptBaseProperties
-
- com.netflix.genie.web.properties.AgentLauncherSelectorScriptProperties
-
@ConfigurationProperties(prefix="genie.scripts.agent-launcher-selector") public class AgentLauncherSelectorScriptProperties extends ManagedScriptBaseProperties
Properties for agent launcher selection via script.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PREFIX
Prefix for this properties class.static java.lang.String
SCRIPT_PROPERTIES_PREFIX
Prefix for properties passed to the script (with the prefix stripped).static java.lang.String
SOURCE_PROPERTY
Name of script source property.-
Fields inherited from class com.netflix.genie.web.scripts.ManagedScriptBaseProperties
SCRIPTS_PREFIX, SOURCE_PROPERTY_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description AgentLauncherSelectorScriptProperties()
-
-
-
Field Detail
-
PREFIX
public static final java.lang.String PREFIX
Prefix for this properties class.- See Also:
- Constant Field Values
-
SOURCE_PROPERTY
public static final java.lang.String SOURCE_PROPERTY
Name of script source property.- See Also:
- Constant Field Values
-
SCRIPT_PROPERTIES_PREFIX
public static final java.lang.String SCRIPT_PROPERTIES_PREFIX
Prefix for properties passed to the script (with the prefix stripped).- See Also:
- Constant Field Values
-
-