class DefaultAtlasReleasePluginExtension extends java.lang.Object
Type Params | Return Type | Name and description |
---|---|---|
|
org.gradle.api.tasks.util.PatternFilterable |
getMetaCleanPattern() @return a pattern |
|
void |
metaCleanPattern(org.gradle.api.Action<org.gradle.api.tasks.util.PatternFilterable> action) Allows to configure the metaCleanPattern filter object with an Action object. |
|
void |
metaCleanPattern(groovy.lang.Closure configureClosure) Allows to configure the metaCleanPattern filter object with a Closure object. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Allows to configure the metaCleanPattern
filter object with an Action
object.
action
- an action object to use for configuring the metaCleanPattern
Allows to configure the metaCleanPattern
filter object with a Closure
object.
configureClosure
- a closure object to use for configuring the metaCleanPattern