Class AntRunActionParser.AntRunActionFactoryBean

java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<AntRunAction,AntRunAction.Builder>
org.citrusframework.config.xml.AntRunActionParser.AntRunActionFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<AntRunAction>
Enclosing class:
AntRunActionParser

public static class AntRunActionParser.AntRunActionFactoryBean extends AbstractTestActionFactoryBean<AntRunAction,AntRunAction.Builder>
Test action factory bean.
  • Constructor Details

    • AntRunActionFactoryBean

      public AntRunActionFactoryBean()
  • Method Details

    • setBuildFilePath

      public void setBuildFilePath(String buildFilePath)
      Sets the buildFilePath.
      Parameters:
      buildFilePath - the buildFilePath to set
    • setTarget

      public void setTarget(String target)
      Sets the target.
      Parameters:
      target - the target to set
    • setTargets

      public void setTargets(String targets)
      Sets the targets.
      Parameters:
      targets - the targets to set
    • setProperties

      public void setProperties(Properties properties)
      Sets the properties.
      Parameters:
      properties - the properties to set
    • setPropertyFilePath

      public void setPropertyFilePath(String propertyFilePath)
      Sets the propertyFilePath.
      Parameters:
      propertyFilePath - the propertyFilePath to set
    • setBuildListener

      public void setBuildListener(org.apache.tools.ant.BuildListener buildListener)
      Sets the buildListener.
      Parameters:
      buildListener - the buildListener to set
    • getObject

      public AntRunAction getObject() throws Exception
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
    • getBuilder

      public AntRunAction.Builder getBuilder()
      Obtains the builder.
      Specified by:
      getBuilder in class AbstractTestActionFactoryBean<AntRunAction,AntRunAction.Builder>
      Returns:
      the builder implementation.