class StagingBuildPlugin extends java.lang.Object
Configures a Gradle build for staging archives.
| Type | Name and description |
|---|---|
java.util.List<java.lang.String> |
PLUGIN_IDSThe plugins to apply to the project. |
static java.util.List<java.lang.String> |
REQUIRED_PROPERTIESThe project-specific properties that must be set. |
java.util.Map<java.lang.String, groovy.lang.Closure<java.lang.Boolean>> |
pluginInclusionMaps plugin identifier to project property. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project)Applies the plugin and configures the build. |
|
void |
configureStaging(org.gradle.api.Project project) |
| 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() |
The plugins to apply to the project.
The project-specific properties that must be set.
Maps plugin identifier to project property. If a plugin identifier is included in this map then the plugin will only be applied if the project property is present with a non-empty value that does not evaluate to false.