Class AntRunActionParser.AntRunActionFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.consol.citrus.actions.AntRunAction>
    Enclosing class:
    AntRunActionParser

    public static class AntRunActionParser.AntRunActionFactoryBean
    extends AbstractTestActionFactoryBean<com.consol.citrus.actions.AntRunAction,​com.consol.citrus.actions.AntRunAction.Builder>
    Test action factory bean.
    • Constructor Detail

      • AntRunActionFactoryBean

        public AntRunActionFactoryBean()
    • Method Detail

      • 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 com.consol.citrus.actions.AntRunAction getObject()
                                                         throws Exception
        Throws:
        Exception
      • getObjectType

        public Class<?> getObjectType()
      • getBuilder

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