Package step.handlers.javahandler
Annotation Type Keyword
-
@Retention(RUNTIME) @Target(METHOD) public @interface Keyword
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
String
name
String[]
optionalProperties
String
planReference
String[]
properties
String
schema
int
timeout
-
-
-
Element Detail
-
name
String name
- Returns:
- the name of this keyword. If not specified the method name is used as keyword name
- Default:
- ""
-
-
-
description
String description
- Returns:
- the description of this keyword.
- Default:
- ""
-
-
-
properties
String[] properties
- Returns:
- the list of properties required by this keyword
- Default:
- {}
-
-
-
optionalProperties
String[] optionalProperties
- Returns:
- the list of optional properties which might be used by this keyword
- Default:
- {}
-
-
-
schema
String schema
- Returns:
- the JSON schema of the input object.
- See Also:
- json-schema.org
- Default:
- ""
-
-
-
planReference
String planReference
- Returns:
- the reference to file with implementing plan (for composite keyword only)
- Default:
- ""
-
-