Name |
Type |
Description |
Required |
Additional Properties |
String |
A new-line separated list of additional properties to be used as part of the wldeploy Ant task. Use this format: property_name=value\nname=value\n. |
No |
Additional System Properties |
String |
A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property_name=value. The property is added to the command line as follows: -Dproperty_name=value. |
No |
Administration URL |
String |
The administration URL of the WebLogic server. |
Yes |
Alternate Application Descriptor |
String |
The alternate application descriptor file name. |
No |
Alternate WLS Application Descriptor |
String |
The alternate WebLogic server application descriptor file name. |
No |
Application Name |
String |
The name of the application. |
Yes |
Application Version |
String |
The version of the application that is specified in the Alternate WLS Application Description property. |
No |
Deployment Plan |
String |
The name of the deployment plan. |
No |
Deployment Plan Version |
String |
The version of the deployment plan that is specified in the Deployment Plan property. |
No |
JAVA_HOME |
String |
The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. |
No |
JMX Administration URL |
String |
The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. |
No |
Operation |
Enumeration |
The wldeploy Ant task action to perform. Valid values are deploy, undeploy, distribute, redeploy, start, and stop. |
Yes |
Password |
Password |
The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. |
No |
Remote |
Boolean |
Enable this property if you are deploying to a remote computer that is not the same computer that this agent runs on. |
No |
Retire Timeout |
String |
The timeout value that specifies when to retire the currently running version. Specify this property if the wldeploy task is start, redeploy, or deploy. |
No |
Source to deploy |
String |
The fully qualified path of the source to deploy. |
No |
Targets |
String |
A comma-separated list of the names of target servers to deploy to. For example: target1,target2. |
Yes |
Task ID |
String |
The id for looking up the task. |
No |
User Config File |
String |
The path to the configuration file where the encrypted user name and password are stored. |
No |
User Key File |
String |
The path to the key file where the decryption key for the user name and password are stored. |
No |
User Name |
String |
The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. |
No |
WLDeploy Ant Task JAR |
String |
The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start and stop the WebLogic server. |
Yes |