class MarkLogicPlugin extends java.lang.Object
| Type | Name and description |
|---|---|
org.slf4j.Logger |
logger |
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
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. |
void |
quietDownJerseyLogging()When the MarkLogic DatabaseClient class is used in Gradle, the Jersey ProviderServices class spits out a lot of not helpful logging at the INFO level. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |
Creates an AppDeployer with a default set of commands. A developer can then modify this in an ext block.
When the MarkLogic DatabaseClient class is used in Gradle, the Jersey ProviderServices class spits out a lot of not helpful logging at the INFO level. So we bump it down to WARNING to avoid that.