Name |
Type |
Default Value |
Optional |
Description |
failOnError |
java.lang.Boolean |
true |
false |
This task will not fail the deployment on error if set
to false.
|
linkUrl |
java.lang.String |
|
true |
A URL to add to the message. Will be converted to a tinyUrl.
|
message |
TextArea |
|
false |
The message to tweet to the account.
|
outputParameter |
java.lang.String |
${tweet} |
false |
The name of the output parameter, which can pass the return value from the task.
The task output will be the tweeted message.
Define a unique parameter name starting with '${', ending with '}' for the whole orchestration
(latter tasks can override the parameter value if the same parameter name is specified).
You can refer to this parameter in any task below in the tasklist, as an input parameter ${tweet}.
|
skipOnFailure |
java.lang.String |
Previous Task Name |
true |
Skip current task based on the name of the previous task whether has failed or not.
|
twitterPassword |
java.lang.String |
|
false |
The password to the Twitter account
|
twitterUsername |
java.lang.String |
|
false |
The Twitter account username.
|