Class ScriptTaskComponent

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.tasks.ScriptTaskComponent
All Implemented Interfaces:
TaskComponent

public class ScriptTaskComponent extends Object implements TaskComponent
  • Field Details

    • CONFIG_INTERPRETER

      public static final String CONFIG_INTERPRETER
      See Also:
    • CONFIG_SCRIPT_LOCATION

      public static final String CONFIG_SCRIPT_LOCATION
      See Also:
    • CONFIG_SCRIPT_FILE

      public static final String CONFIG_SCRIPT_FILE
      See Also:
    • 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:
    • driver

      @Inject protected org.openqa.selenium.WebDriver driver
  • Constructor Details

    • ScriptTaskComponent

      public ScriptTaskComponent()
  • Method Details