Class Property
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.constants.Property
-
public final class Property extends java.lang.Object
Properties of jsExecution and it's endpoints.- Since:
- 1.1
- Author:
- Martynenko Anton
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ERROR_LOG
jsexecution/{id}/errorlog
endpoint.static java.lang.String
EXCEPTION_INFO
jsexecution/{id}/exceptioninfo
endpoint.static java.lang.String
EXECUTION_LOG
jsexecution/{id}/executionlog
endpoint.static java.lang.String
SCRIPT_BODY
jsexecution/{id}/scriptbody
endpoint.
-
-
-
Field Detail
-
SCRIPT_BODY
public static final java.lang.String SCRIPT_BODY
jsexecution/{id}/scriptbody
endpoint.- See Also:
- Constant Field Values
-
EXECUTION_LOG
public static final java.lang.String EXECUTION_LOG
jsexecution/{id}/executionlog
endpoint.- See Also:
- Constant Field Values
-
ERROR_LOG
public static final java.lang.String ERROR_LOG
jsexecution/{id}/errorlog
endpoint.- See Also:
- Constant Field Values
-
EXCEPTION_INFO
public static final java.lang.String EXCEPTION_INFO
jsexecution/{id}/exceptioninfo
endpoint.- See Also:
- Constant Field Values
-
-