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.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
- Returns:
- Default:
- ""
-
-
correlator
String correlator
Message correlator.- Returns:
- Default:
- ""
-
-
-
errorStrategy
ErrorHandlingStrategy errorStrategy
Error handling strategy.- Returns:
- Default:
- com.consol.citrus.message.ErrorHandlingStrategy.PROPAGATE
-
-
-
actor
String actor
Test actor.- Returns:
- Default:
- ""
-
-
-