Class ServiceParameter

    • Field Detail

      • GROOVY_SCRIPT_PARAMETER

        public static final String GROOVY_SCRIPT_PARAMETER
        The 'groovyScript' parameter name.
        See Also:
        Constant Field Values
      • UNIT_TEST_SCRIPT_PARAMETER

        public static final String UNIT_TEST_SCRIPT_PARAMETER
        The 'Unit Test Script' parameter name.
        See Also:
        Constant Field Values
      • TEST_SUITE_SERVICES

        public static final String TEST_SUITE_SERVICES
        The 'Test Suite Services' parameter name.
        See Also:
        Constant Field Values
      • REST_INVOKE_ENABLED

        public static final String REST_INVOKE_ENABLED
        The 'REST Invoke Enabled' parameter name.
        See Also:
        Constant Field Values
      • TEST_EMAIL_NOTIFICATIONS

        public static final String TEST_EMAIL_NOTIFICATIONS
        The 'Email Notifications' parameter name.
        See Also:
        Constant Field Values
      • TEST_EMAIL_ADDRESSES

        public static final String TEST_EMAIL_ADDRESSES
        The 'Email Addresses' parameter name.
        See Also:
        Constant Field Values
      • JOB_DEFINITION_PARAMETER

        public static final String JOB_DEFINITION_PARAMETER
        The 'jobDefinition' parameter name.
        See Also:
        Constant Field Values
      • FORM_PROPERTY_EDITOR_DEFINITION_PARAMETER

        public static final String FORM_PROPERTY_EDITOR_DEFINITION_PARAMETER
        The 'Form Property Editor Definition' parameter name.
        See Also:
        Constant Field Values
      • TYPE_BOOLEAN

        public static final String TYPE_BOOLEAN
        Indicates that the parameter can accept the values "true" and "false"
        See Also:
        Constant Field Values
      • TYPE_EMAIL

        public static final String TYPE_EMAIL
        Indicates that the parameter can accept a valid email address
        See Also:
        Constant Field Values
      • TYPE_GROOVY_SCRIPT

        public static final String TYPE_GROOVY_SCRIPT
        Indicates that the parameter can accept Groovy script
        See Also:
        Constant Field Values
      • TYPE_LIST

        public static final String TYPE_LIST
        Indicates that the parameter can accept a value from a pre-defined list
        See Also:
        Constant Field Values
      • TYPE_NUMBER

        public static final String TYPE_NUMBER
        Indicates that the parameter can accept numeric values
        See Also:
        Constant Field Values
      • TYPE_STRING

        public static final String TYPE_STRING
        Indicates that the parameter can accept string values
        See Also:
        Constant Field Values
      • TYPE_PASSWORD

        public static final String TYPE_PASSWORD
        Indicates that the parameter can accept password values
        See Also:
        Constant Field Values
      • TYPES

        public static final String[] TYPES
        The full set of possible data types
      • DATE_FORMAT_PATTERN

        public static final String DATE_FORMAT_PATTERN
        The format pattern used when storing service parameters of type date
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceParameter

        public ServiceParameter()