com.polarion.alm.builder.model.IBuildDescriptor.ISimpleBuildDeploymentDefinition


METHODS
Modifiers and TypeNameDescription
String getInclusionPatterns() Comma or space separated list of file patterns to include.
String getExclusionPatterns() Comma or space separated list of file patterns to exclude.
boolean isUsingDefaultExcludes() Whether default exclusion patterns are used.

Default value should be true.

See http://ant.apache.org/manual/dirtasks.html#defaultexcludes for more information.


Back to Index