Package org.citrusframework.actions
Interface AntRunActionBuilder<T extends TestAction>
- All Superinterfaces:
ActionBuilder<T,,AntRunActionBuilder<T>> ReferenceResolverAwareBuilder<T,,AntRunActionBuilder<T>> TestActionBuilder<T>
public interface AntRunActionBuilder<T extends TestAction>
extends ActionBuilder<T,AntRunActionBuilder<T>>, TestActionBuilder<T>, ReferenceResolverAwareBuilder<T,AntRunActionBuilder<T>>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionbuildFilePath(String buildFilePath) Sets the build file path.Adds custom build listener implementation.listenerName(String buildListener) Adds custom build listener implementation.properties(Properties properties) Adds build properties.Adds a build property by name and value.propertyFile(String filePath) Adds a build property file reference by file path.Build target name to call.Multiple build target names to call.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
buildFilePath
Sets the build file path.- Parameters:
buildFilePath-- Returns:
-
target
Build target name to call.- Parameters:
target-
-
targets
Multiple build target names to call.- Parameters:
targets-
-
property
Adds a build property by name and value.- Parameters:
name-value-
-
properties
Adds build properties.- Parameters:
properties-
-
propertyFile
Adds a build property file reference by file path.- Parameters:
filePath-
-
listener
Adds custom build listener implementation.- Parameters:
buildListener-
-
listenerName
Adds custom build listener implementation.- Parameters:
buildListener-
-