Constant Field Values
Contents
org.mozilla.*
-
org.mozilla.zest.core.v1.ZestAssignCalc Modifier and Type Constant Field Value public static final StringOPERAND_ADD"add"public static final StringOPERAND_DIVIDE"divide"public static final StringOPERAND_MULTIPLY"multiply"public static final StringOPERAND_SUBTRACT"subtract" -
org.mozilla.zest.core.v1.ZestAssignRegexDelimiters Modifier and Type Constant Field Value public static final transient StringLOC_BODY"BODY"public static final transient StringLOC_HEAD"HEAD" -
org.mozilla.zest.core.v1.ZestAssignStringDelimiters Modifier and Type Constant Field Value public static final transient StringLOC_BODY"BODY"public static final transient StringLOC_HEAD"HEAD" -
org.mozilla.zest.core.v1.ZestElement Modifier and Type Constant Field Value public static final StringJSON_ELEMENT_TYPE"type" -
org.mozilla.zest.core.v1.ZestScript Modifier and Type Constant Field Value public static final StringABOUT"This is a Zest script. For more details about Zest visit https://developer.mozilla.org/en-US/docs/Zest"public static final StringVERSION"0.8"public static final StringZEST_URL"https://developer.mozilla.org/en-US/docs/Zest" -
org.mozilla.zest.core.v1.ZestVariables Modifier and Type Constant Field Value public static final StringREQUEST_BODY"request.body"public static final StringREQUEST_HEADER"request.header"public static final StringREQUEST_METHOD"request.method"public static final StringREQUEST_URL"request.url"public static final StringRESPONSE_BODY"response.body"public static final StringRESPONSE_HEADER"response.header"public static final StringRESPONSE_URL"response.url"
-
org.mozilla.zest.impl.ZestBasicRunner.Default Modifier and Type Constant Field Value public static final intTIMEOUT_IN_SECONDS30 -
org.mozilla.zest.impl.ZestScriptEngineFactory Modifier and Type Constant Field Value public static final StringNAME"Mozilla Zest"