Class Property
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.constants.Property
-
public final class Property extends java.lang.ObjectProperties of jsExecution and it's endpoints.- Since:
- 1.1
- Author:
- Martynenko Anton
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_LOGjsexecution/{id}/errorlogendpoint.static java.lang.StringEXCEPTION_INFOjsexecution/{id}/exceptioninfoendpoint.static java.lang.StringEXECUTION_LOGjsexecution/{id}/executionlogendpoint.static java.lang.StringSCRIPT_BODYjsexecution/{id}/scriptbodyendpoint.
-
-
-
Field Detail
-
SCRIPT_BODY
public static final java.lang.String SCRIPT_BODY
jsexecution/{id}/scriptbodyendpoint.- See Also:
- Constant Field Values
-
EXECUTION_LOG
public static final java.lang.String EXECUTION_LOG
jsexecution/{id}/executionlogendpoint.- See Also:
- Constant Field Values
-
ERROR_LOG
public static final java.lang.String ERROR_LOG
jsexecution/{id}/errorlogendpoint.- See Also:
- Constant Field Values
-
EXCEPTION_INFO
public static final java.lang.String EXCEPTION_INFO
jsexecution/{id}/exceptioninfoendpoint.- See Also:
- Constant Field Values
-
-