In addition to the Component Types described above System Components also provide functionality available to advanced plan and component authors. The following components have additional functionality:
The Windows System Component provides utilities for interacting with different windows systems, beyond those related to any specific component type described above.
Name |
Parameters |
Description |
stopIIS |
None |
Shuts down the IIS process. |
startIIS |
None |
Restarts IIS if it was not running |
stopService |
serviceName: Name of the service to stop. |
Shuts down the service. |
startService |
serviceName: Name of the service to start. |
Starts the windows service |
The WebLogic Target component provides utilities for interacting with WebLogic managed servers and clusters.
Name |
Parameters |
Description |
Start |
None |
Starts the target. |
Stop |
None |
Stops the target. |
Restart |
Boolean restart |
Restarts the target, based on the value of the restart flag. |