beanstalk:wait-for-environment

Full name:

br.com.ingenieux:beanstalk-maven-plugin:1.5.6:wait-for-environment

Description:

Waits for Environment Status to Change

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 0.2.2.

Required Parameters

Name Type Since Description
<applicationName> String 0.2.2 Beanstalk Application Name
Default value is: ${project.artifactId}.
User property is: beanstalk.applicationName.
<session> MavenSession 0.2.2 (no description)
Default value is: ${session}.

Optional Parameters

Name Type Since Description
<credentialId> String 0.2.2 The credential id (on ~/.aws/credentials file) to use)
Default value is: default.
User property is: beanstalker.credentialId.
<endpointUrl> String 0.2.2 Endpoint URL
User property is: beanstalk.endpointUrl.
<environmentRef> String 0.2.2 Environment Ref
Default value is: ${project.artifactId}.elasticbeanstalk.com.
User property is: beanstalk.environmentRef.
<healthToWaitFor> String 0.2.2 Health to Wait For
Default value is: Green.
User property is: beanstalk.healthToWaitFor.
<ignoreExceptions> boolean 0.2.2 Ignore Exceptions?
Default value is: false.
User property is: beanstalker.ignoreExceptions.
<regionName> String 0.2.2

Service region e.g. "us-east-1"

See this list for reference.


User property is: beanstalker.region.
<serverId> String 0.2.2 The server id in maven settings.xml to use for AWS Services Credentials (accessKey / secretKey)
Default value is: aws.amazon.com.
User property is: beanstalker.serverId.
<statusToWaitFor> String 0.2.2 Status to Wait For
Default value is: Ready.
User property is: beanstalk.statusToWaitFor.
<timeoutMins> Integer 0.2.2 Minutes until timeout
Default value is: 20.
User property is: beanstalk.timeoutMins.
<verbose> boolean 0.2.2 Verbose Logging?
Default value is: false.
User property is: beanstalker.verbose.

Parameter Details

<applicationName>

Beanstalk Application Name
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: Yes
  • User Property: beanstalk.applicationName
  • Default: ${project.artifactId}

<credentialId>

The credential id (on ~/.aws/credentials file) to use)
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalker.credentialId
  • Default: default

<endpointUrl>

Endpoint URL
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalk.endpointUrl

<environmentRef>

Environment Ref
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalk.environmentRef
  • Default: ${project.artifactId}.elasticbeanstalk.com

<healthToWaitFor>

Health to Wait For
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalk.healthToWaitFor
  • Default: Green

<ignoreExceptions>

Ignore Exceptions?
  • Type: boolean
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalker.ignoreExceptions
  • Default: false

<regionName>

Service region e.g. "us-east-1"

See this list for reference.

  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalker.region

<serverId>

The server id in maven settings.xml to use for AWS Services Credentials (accessKey / secretKey)
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalker.serverId
  • Default: aws.amazon.com

<session>

(no description)
  • Type: org.apache.maven.execution.MavenSession
  • Since: 0.2.2
  • Required: Yes
  • Default: ${session}

<statusToWaitFor>

Status to Wait For
  • Type: java.lang.String
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalk.statusToWaitFor
  • Default: Ready

<timeoutMins>

Minutes until timeout
  • Type: java.lang.Integer
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalk.timeoutMins
  • Default: 20

<verbose>

Verbose Logging?
  • Type: boolean
  • Since: 0.2.2
  • Required: No
  • User Property: beanstalker.verbose
  • Default: false