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
Modifier and TypeFieldDescriptionstatic final String
Prefix for this properties class.static final String
Prefix for properties passed to the script (with the prefix stripped).static final String
Name of script source property.Fields inherited from class com.netflix.genie.web.scripts.ManagedScriptBaseProperties
SCRIPTS_PREFIX, SOURCE_PROPERTY_SUFFIX
-
Constructor Summary
-
Method Summary
-
Field Details
-
PREFIX
Prefix for this properties class.- See Also:
-
SOURCE_PROPERTY
Name of script source property.- See Also:
-
SCRIPT_PROPERTIES_PREFIX
Prefix for properties passed to the script (with the prefix stripped).- See Also:
-
-
Constructor Details
-
AgentLauncherSelectorScriptProperties
public AgentLauncherSelectorScriptProperties()
-