com.polarion.alm.builder.model.IBuildDescriptor.ISimpleBuildDeploymentDefinition
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| 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 See http://ant.apache.org/manual/dirtasks.html#defaultexcludes for more information. |
Back to Index