Fork me on GitHub

couchbase:delete-bucket

Full name:

org.stuartgunter:couchbase-maven-plugin:1.0.0:delete-bucket

Description:

Deletes a bucket from a running Couchbase Server instance. The mojo requires the target Couchbase Server instance to be running and accessible at the configured host and port.

Attributes:

Required Parameters

Name Type Since Description
bucketName String 1.0.0 The name of the bucket to delete
host String 1.0.0 The Couchbase Server host to connect to (e.g. "http://localhost:8091")
User property is: couchbase.host.
password String 1.0.0 The password to connect to Couchbase Server
User property is: couchbase.password.
username String 1.0.0 The username to connect to Couchbase Server
User property is: couchbase.username.

Optional Parameters

Name Type Since Description
failOnError boolean 1.0.0 Indicates whether the build should fail in the event of an error
Default value is: true.

Parameter Details

bucketName:

The name of the bucket to delete
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: Yes

failOnError:

Indicates whether the build should fail in the event of an error
  • Type: boolean
  • Since: 1.0.0
  • Required: No
  • Default: true

host:

The Couchbase Server host to connect to (e.g. "http://localhost:8091")
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: Yes
  • User Property: couchbase.host

password:

The password to connect to Couchbase Server
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: Yes
  • User Property: couchbase.password

username:

The username to connect to Couchbase Server
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: Yes
  • User Property: couchbase.username