public class GradlePlugin extends Object
GradleBuild.| Constructor and Description |
|---|
GradlePlugin(String id,
boolean apply)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Return the plugin identifier.
|
boolean |
isApply()
Return whether the plugin should be applied.
|
public GradlePlugin(String id, boolean apply)
id - the id of the pluginapply - whether the plugin should be applied or notpublic String getId()
public boolean isApply()
true to use apply, false to register itCopyright © 2021 Pivotal Software, Inc.. All rights reserved.