Annotation Type ScpClientConfig
-
@Retention(RUNTIME) @Target(FIELD) public @interface ScpClientConfig
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringactorTest actor.StringcorrelatorMessage correlator.com.consol.citrus.message.ErrorHandlingStrategyerrorStrategyError handling strategy.StringhostHost.StringpasswordPasswordintpollingIntervalPolling interval.intportServer port.StringportOptionServer port option.StringprivateKeyPasswordStringprivateKeyPathPrivateKeyPath.longtimeoutTimeout.StringusernameUsername
-
-
-
Element Detail
-
host
String host
Host.- Returns:
- Default:
- "localhost"
-
-
-
portOption
String portOption
Server port option.- Returns:
- Default:
- "-P"
-
-
-
username
String username
Username- Returns:
- Default:
- ""
-
-
-
password
String password
Password- Returns:
- Default:
- ""
-
-
-
privateKeyPath
String privateKeyPath
PrivateKeyPath.- Returns:
- Default:
- ""
-
-
-
privateKeyPassword
String privateKeyPassword
-
-