class MarkLogicPlugin extends java.lang.Object
| Type | Name and description |
|---|---|
org.slf4j.Logger |
logger |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project) |
|
void |
copyGradlePropertiesToCustomTokensIfRequested(org.gradle.api.Project project)New in 3.2.0 - if mlPropsAsTokens is set to true, then all Gradle properties will be added to the AppConfig customTokens map with "%%" as a default prefix and suffix. |
|
void |
initializeAppDeployerObjects(org.gradle.api.Project project) |
|
com.marklogic.appdeployer.AppDeployer |
newAppDeployer(org.gradle.api.Project project, com.marklogic.appdeployer.command.CommandContext context)Creates an AppDeployer with a default set of commands. |
| 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() |
New in 3.2.0 - if mlPropsAsTokens is set to true, then all Gradle properties will be added to the AppConfig customTokens map with "%%" as a default prefix and suffix. The prefix and suffix can be overridden via mlTokenPrefix and mlTokenSuffix respectively.
Creates an AppDeployer with a default set of commands. A developer can then modify this in an ext block.