Class ScriptTaskComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.tasks.ScriptTaskComponent
-
- All Implemented Interfaces:
TaskComponent
public class ScriptTaskComponent extends Object implements TaskComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_BODY
The key for the script body.static String
CONFIG_INTERPRETER
static String
CONFIG_SCRIPT_FILE
static String
CONFIG_SCRIPT_LOCATION
-
Constructor Summary
Constructors Constructor Description ScriptTaskComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getName()
void
updateTaskDetails(Map<String,String> config)
-
-
-
Field Detail
-
CONFIG_INTERPRETER
public static final String CONFIG_INTERPRETER
- See Also:
- Constant Field Values
-
CONFIG_SCRIPT_LOCATION
public static final String CONFIG_SCRIPT_LOCATION
- See Also:
- Constant Field Values
-
CONFIG_SCRIPT_FILE
public static final String CONFIG_SCRIPT_FILE
- See Also:
- Constant Field Values
-
CONFIG_BODY
public static final String CONFIG_BODY
The key for the script body. Be very careful what characters you use in this script. Many keys are unsupported by the sendKeys command we use.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public static String getName()
-
updateTaskDetails
public void updateTaskDetails(Map<String,String> config)
- Specified by:
updateTaskDetails
in interfaceTaskComponent
-
-