Constant Field Values
Contents
step.artefacts.*
-
step.artefacts.EnterpriseArtefactsAttributes Modifier and Type Constant Field Value public static final java.lang.String
ATTRIBUTE_EPHEMERAL
"ephemeral"
-
step.artefacts.handlers.AssertMetricHandler Modifier and Type Constant Field Value public static final java.lang.String
ASSERT_METRIC_CONTEXT_FILTER
"assertMetricContextFilter"
step.controller.*
-
step.controller.multitenancy.MultitenancyManager Modifier and Type Constant Field Value public static final java.lang.String
ATTRIBUTE_PROJECT
"project"
public static final java.lang.String
GLOBAL_TENANT_NAME
"[All]"
public static final java.lang.String
NO_TENANT_NAME
"[None]"
public static final java.lang.String
PROJECT_ACCESS_ALL_RIGHT
"project-access-all"
public static final java.lang.String
PROJECT_VIEW_ALL_RIGHT
"project-view-all"
-
step.controller.multitenancy.MultitenancyPlugin Modifier and Type Constant Field Value public static final java.lang.String
UNASSIGNED_ENTITY_COUNT_CACHE
"unassignedEntityCountCache"
-
step.controller.multitenancy.model.Project Modifier and Type Constant Field Value public static final java.lang.String
entityName
"projects"
-
step.controller.plugins.EnterpriseArtefactsControllerPlugin Modifier and Type Constant Field Value public static final java.lang.String
WEBAPP_ROOT
"step-controller-base-plugins-enterprise/"
-
step.controller.repositories.file.FileRepository Modifier and Type Constant Field Value public static final java.lang.String
REPOSITORY_PARAMETER_PATH
"path"
step.core.*
-
step.core.access.authentication.AccessTokenValidator Modifier and Type Constant Field Value public static final java.lang.String
USER_INFO_KEY
"userinfo"
-
step.core.access.authentication.AuthenticationManager Modifier and Type Constant Field Value public static final java.lang.String
SESSION_TOKEN_RESPONSE
"token_response"
-
step.core.access.authentication.JWTSettings Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_KEY_JWT_ALGO
"authenticator.jwt.#placeholder.algo"
public static final java.lang.String
CONFIG_KEY_JWT_AUDIENCE
"authenticator.jwt.#placeholder.audience"
public static final java.lang.String
CONFIG_KEY_JWT_AUDIENCE_CHECK
"authenticator.jwt.#placeholder.audience.check"
public static final java.lang.String
CONFIG_KEY_JWT_CLOCKSKEW
"authenticator.jwt.#placeholder.clock-skew"
public static final java.lang.String
CONFIG_KEY_JWT_ISSUER
"authenticator.jwt.#placeholder.issuer"
public static final java.lang.String
CONFIG_KEY_JWT_ISSUER_CHECK
"authenticator.jwt.#placeholder.issuer.check"
public static final java.lang.String
CONFIG_KEY_JWT_REFRESH_COUNT_CLAIM_NAME
"authenticator.jwt.#placeholder.refresh-count-claim-name"
public static final java.lang.String
CONFIG_KEY_JWT_REFRESH_LIMIT_CLAIM_NAME
"authenticator.jwt.#placeholder.refresh-limit-claim-name"
public static final java.lang.String
CONFIG_KEY_JWT_ROLE_CLAIM_SOURCE
"authenticator.jwt.#placeholder.roles.source"
public static final java.lang.String
CONFIG_KEY_JWT_ROLE_JSONPATH_PREFIX
"authenticator.jwt.#placeholder.roles.jsonpath."
public static final java.lang.String
CONFIG_KEY_JWT_ROLE_ORDER
"authenticator.jwt.#placeholder.roles.order"
public static final java.lang.String
CONFIG_KEY_USER_CLAIM_NAME
"authenticator.jwt.#placeholder.user-claim-name"
public static final java.lang.String
CONFIG_KEY_USER_CLAIM_SOURCE
"authenticator.jwt.#placeholder.user-claim-name.source"
public static final java.lang.String
DEFAULT_ALGO
"HS256"
step.licensing.*
-
step.licensing.LicensingResources Modifier and Type Constant Field Value public static final java.lang.String
PRODUCT
"step-enterprise"
-
step.licensing.LicensingResources.StepEnterprise Modifier and Type Constant Field Value public static final java.lang.String
_PREFIX
"ch.exense.step-enterprise."
-
step.licensing.LicensingResources.StepEnterprise.Module Modifier and Type Constant Field Value public static final java.lang.String
_PREFIX
"ch.exense.step-enterprise.module."
step.migration.*
-
step.migration.tasks.MigrateRemovedCleanupPlansTask Modifier and Type Constant Field Value public static final java.lang.String
HOUSEKEEPING_JOB_PLAN
"Housekeeping Job"
public static final java.lang.String
MONITORING_JOB_PLAN
"Monitoring Resource Job"
step.plans.*
-
step.plans.assertions.PerformanceAssertPlugin Modifier and Type Constant Field Value public static final java.lang.String
$PERFORMANCE_ASSERT_SESSION
"$performanceAssertSession"
-
step.plans.parser.yaml.YamlPlanFieldsEE Modifier and Type Constant Field Value public static final java.lang.String
PERFORMANCE_ASSERT_FILTERS_ORIGINAL_FIELD
"filters"
public static final java.lang.String
PERFORMANCE_ASSERT_FILTERS_YAML_FIELD
"measurementName"
-
step.plans.parser.yaml.YamlReaderExtenderEE Modifier and Type Constant Field Value public static final java.lang.String
ACTUAL_EE_JSON_SCHEMA_PATH
"step/plans/parser/yaml/step-yaml-plan-schema-ee-1.0.json"
step.plugins.*
-
step.plugins.analytics.grafana.dashboard.Dashboard Modifier and Type Constant Field Value public static final java.lang.String
entityName
"dashboards"
-
step.plugins.astra.AstraPlugin Modifier and Type Constant Field Value public static final java.lang.String
CONTROLLER_URL
"controller.url"
public static final java.lang.String
PLUGINS_ASTRA_URL
"plugins.astra.url"
-
step.plugins.compare.AbstractCompareFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
ACTUAL
"actual"
public static final java.lang.String
ACTUAL_FILE_ON_AGENT
"actualFileOnAgent"
public static final int
DEFAULT_LINE_HEIGHT
16
public static final java.lang.String
EXPECTED
"expected"
public static final java.lang.String
EXPECTED_FILE_ON_AGENT
"expectedFileOnAgent"
public static final java.lang.String
LINE_HEIGHT_PROP
"plugins.compare.lineHeightPx"
-
step.plugins.compare.ImageCompareFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
COMPARE_ACTUAL_FILE
"actual.img"
public static final java.lang.String
COMPARE_EXPECTED_FILE
"expected.img"
public static final java.lang.String
COMPARE_KW_NAME
"Image_compare"
public static final java.lang.String
COMPARE_SCENARIO_DIR_FILE
"$compare.image.scenario.dir"
public static final java.lang.String
COMPARE_WORKING_DIR_DEFAULT
"work/imageCompare"
public static final java.lang.String
COMPARE_WORKING_DIR_PROP
"plugins.compare.image.workingdir"
public static final java.lang.String
DEFAULT_LANGUAGE_OPTION
"plugins.compare.image.lang"
public static final java.lang.String
SUPPORTED_LANGUAGES_OPTION
"plugins.compare.image.supported.lang"
-
step.plugins.compare.image.ImageComparePlugin Modifier and Type Constant Field Value public static final java.lang.String
SCENARIO_DIR_FILE_PROP
"plugins.compare.image.scenariodir"
-
step.plugins.cypress.AbstractCypressSession Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_CYPRESS_VERSION
"12.3.0"
-
step.plugins.cypress.CypressCommandRunnerSession Modifier and Type Constant Field Value public static final java.lang.String
RUNNER_SPEC_LOCATION_9
"cypress/integration"
-
step.plugins.cypress.CypressFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
BASE_URL
"baseUrl"
public static final java.lang.String
COMMAND
"command"
public static final java.lang.String
CYPRESS_MANAGER_PORT
"plugins.cypress.manager.port"
public static final java.lang.String
PROJECT_FILE
"$cypress.project.file"
public static final java.lang.String
SPEC
"spec"
-
step.plugins.dotnet.DotNetFunctionType Modifier and Type Constant Field Value public static final java.lang.String
DEPENDENCY
"$dotnet.dependency.file"
public static final java.lang.String
FILE
"$dotnet.dll.file"
-
step.plugins.housekeeping.HousekeepingManager Modifier and Type Constant Field Value public static final java.lang.String
EXECUTION_CUSTOM_FIELD_DESCRIPTION
"description"
public static final java.lang.String
EXECUTION_CUSTOM_FIELD_PROTECTED
"protected"
-
step.plugins.housekeeping.accessors.HousekeepingSettings Modifier and Type Constant Field Value public static final java.lang.String
HOUSEKEEPING_ENABLED
"housekeeping_enabled"
public static final java.lang.String
HOUSEKEEPING_EXCLUDE_RETAINED_EXECUTIONS_FROM_SEARCH
"exclude_retained_executions_from_search"
public static final java.lang.String
HOUSEKEEPING_EXECUTIONS_EXPIRED_LIMIT
"executions_expired_limit"
public static final java.lang.String
HOUSEKEEPING_EXECUTIONS_TTL
"housekeeping_executions_ttl"
public static final java.lang.String
HOUSEKEEPING_JOB_CRON
"housekeeping_job_cron"
-
step.plugins.k6.K6FunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
K6_INPUT_COMMAND_LINE
"$k6.commandLine"
public static final java.lang.String
K6_INPUT_DURATION
"$k6.durations"
public static final java.lang.String
K6_INPUT_ENVIRONMENT
"$k6.environment"
public static final java.lang.String
K6_INPUT_ITERATIONS
"$k6.iterations"
public static final java.lang.String
K6_INPUT_SCRIPT
"$k6.script"
public static final java.lang.String
K6_INPUT_VUS
"$k6.vus"
public static final java.lang.String
K6_INSTALL_FOLDER
"plugins.k6.folder"
public static final java.lang.String
K6_REPORT_NAME
"report.json"
-
step.plugins.licensing.Modules Modifier and Type Constant Field Value public static final java.lang.String
MODULE_ALM_REPOSITORY
"alm"
public static final java.lang.String
MODULE_ASTRA
"astra"
public static final java.lang.String
MODULE_BASE
"base-module"
public static final java.lang.String
MODULE_DOTNET
"dotnet"
public static final java.lang.String
MODULE_EVENT_BROKER_MONITOR
"eventbrokermonitor"
public static final java.lang.String
MODULE_GRAFANA
"grafana-dashboards"
public static final java.lang.String
MODULE_HTTP_REPOSITORY
"http"
public static final java.lang.String
MODULE_IMAGE
"imagecompare"
public static final java.lang.String
MODULE_JIRA_ZEPHYR_REPOSITORY
"jira-zephyr"
public static final java.lang.String
MODULE_LOGICFLOW
"logicflow"
public static final java.lang.String
MODULE_MONITORING
"dashboard-monitoring"
public static final java.lang.String
MODULE_ORGANIZER
"organizer"
public static final java.lang.String
MODULE_ORYON
"oryon"
public static final java.lang.String
MODULE_PDF
"pdfcompare"
public static final java.lang.String
MODULE_QFTEST
"qftest"
public static final java.lang.String
MODULE_REPOSITORY_AZURE_DEVOPS
"repository-azure-devops"
public static final java.lang.String
MODULE_REPOSITORY_JIRA_XRAY
"repository-jira-xray"
public static final java.lang.String
MODULE_SOAPUI
"soapui"
-
step.plugins.licensing.log.StepConsumptionsFile Modifier and Type Constant Field Value public static final java.lang.String
STATEFILE_NAME
"license-state-DO_NOT_DELETE.bin"
-
step.plugins.menu.MenuManager Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ROLE
"default"
-
step.plugins.menu.MenuPlugin Modifier and Type Constant Field Value public static final java.lang.String
MENU_CONFIG_PROPERTY
"ui.menu.config"
-
step.plugins.messages.Message.Field Modifier and Type Constant Field Value public static final java.lang.String
BODY
"body"
public static final java.lang.String
CATEGORY
"category"
public static final java.lang.String
IMPORTANCE
"importance"
public static final java.lang.String
STICKY
"sticky"
public static final java.lang.String
SUBCATEGORY
"subcategory"
public static final java.lang.String
SUBJECT
"subject"
public static final java.lang.String
TIMESTAMP
"timestamp"
public static final java.lang.String
TOPIC_KEY
"topicKey"
-
step.plugins.messages.MessageAudienceDispatcher Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_PREFIX
"messaging.audience"
public static final java.lang.String
DEFAULT_ROLES
"admin"
-
step.plugins.messages.MessagesManager Modifier and Type Constant Field Value public static final java.lang.String
COLLECTION_INBOX
"messagesUserInbox"
public static final java.lang.String
COLLECTION_MESSAGES
"messages"
-
step.plugins.notification.NotificationSubscription Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_REMOTE_CACHED_PLAN_NAME
"Unnamed"
public static final java.lang.String
entityName
"notificationSubscriptions"
-
step.plugins.notification.assertions.SchedulerTaskAssertionsManager Modifier and Type Constant Field Value public static final java.lang.String
ASSERTION_PLAN
"assertionPlan"
public static final java.lang.String
ASSERTION_PLAN_EXECUTION
"assertionPlanExecution"
public static final java.lang.String
ASSERTION_PLAN_RESULT
"assertionPlanResult"
public static final java.lang.String
ASSERTION_TASK_NAME
"assertionTaskName"
-
step.plugins.notification.event.NotificationEventType Modifier and Type Constant Field Value public static final java.lang.String
EXECUTION_DESCRIPTION
"executionDescription"
-
step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration Modifier and Type Constant Field Value public static final java.lang.String
entityName
"notificationGateways"
-
step.plugins.notification.message.webhook.ExecutionEndedMessage Modifier and Type Constant Field Value public static final java.lang.String
EVENT_TYPE
"execution_ended"
-
step.plugins.notification.message.webhook.ExecutionFailedMessage Modifier and Type Constant Field Value public static final java.lang.String
EVENT_TYPE
"execution_failed"
-
step.plugins.pdftest.PdfTestFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
COMPARE_ACTUAL_FILE
"actual.pdf"
public static final java.lang.String
COMPARE_EXPECTED_FILE
"expected.pdf"
public static final java.lang.String
COMPARE_WORKING_DIR_DEFAULT
"work/pdftest"
public static final java.lang.String
COMPARE_WORKING_DIR_PROP
"plugins.pdftest.workingdir"
public static final java.lang.String
PDF_COMPARE_KW_NAME
"PDF_compare"
public static final java.lang.String
PDFTEST_SCENARIO_DIR_FILE
"$pdftest.scenario.dir"
-
step.plugins.pdftest.PdfTestPlugin Modifier and Type Constant Field Value public static final java.lang.String
SCENARIO_DIR_FILE_PROP
"plugins.pdftest.scenariodir"
-
step.plugins.qftest.QFTestLocalHandler Modifier and Type Constant Field Value public static final java.lang.String
QFTEST_FORCEREPORT
"qftest.forcereport"
public static final java.lang.String
QFTEST_PROCEDURE
"qftest.procedure"
public static final java.lang.String
QFTEST_SUITE_FILE
"qftest.suite.file"
public static final java.lang.String
QFTEST_SUITE_REMOTEFILE
"qftest.suite.file.remote"
-
step.plugins.sikulix.SikulixFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
SIKULIX_JAR
"$sikulix.jar"
public static final java.lang.String
SIKULIX_SCRIPT
"$sikulix.script"
-
step.plugins.silk.SilkPerformerFunctionHandler Modifier and Type Constant Field Value public static final java.lang.String
DEBUG
"debug"
public static final java.lang.String
FULL_RESULTS
"silkperformer.attachFullResultsOnError"
public static final java.lang.String
SILK_PERFORMER_FOLDER
"plugins.silk.folder"
public static final java.lang.String
SILK_PERFORMER_INPUT_SCRIPT
"$silk-performer.script"
public static final java.lang.String
SILK_PERFORMER_INPUT_WORKLOAD
"$silk-performer.workload"
public static final java.lang.String
SILK_PERFORMER_PERF_EXEC
"perfExec.exe"
public static final java.lang.String
SILK_PERFORMER_PERF_QUERY
"perfProj.exe"
public static final java.lang.String
SILK_REPORT_NAME
"detailedReport.xml"
-
step.plugins.soapui.SoapUIHandler Modifier and Type Constant Field Value public static final java.lang.String
SOAPUI_LIBS
"$soapui.libraries"
-
step.plugins.soapui.SoapUILocalHandler Modifier and Type Constant Field Value public static final java.lang.String
SOAPUI_OSS
"$soapui.forceOSS"
public static final java.lang.String
SOAPUI_OUTPUT
"$soapui.outputFolder"
public static final java.lang.String
SOAPUI_PROJECT
"$soapui.project"
public static final java.lang.String
SOAPUI_REPORT
"$soapui.report"
public static final java.lang.String
SOAPUI_TEST_CASE
"$soapui.testcase"
public static final java.lang.String
SOAPUI_TEST_SUITE
"$soapui.testsuite"
-
step.plugins.wizards.model.WizardConfiguration Modifier and Type Constant Field Value public static final java.lang.String
EXECUTE_NOW
"now"
public static final java.lang.String
NO_EXECUTION
"off"
step.repositories.*
-
step.repositories.azure.devops.AzureDevopsRepository Modifier and Type Constant Field Value public static final java.lang.String
CONTEXT_CASE_IDS
"AZURE_CASE_IDS"
public static final java.lang.String
CONTEXT_RUN_ID
"AZURE_RUN_ID"
public static final java.lang.String
REPORTING_VARIABLE
"azure_devops_reporting"
-
step.repositories.azure.devops.AzureDevopsRepositoryPlugin Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_PROJECTS
"repository.azuredevops.projects"
public static final java.lang.String
CONFIG_TOKEN_PREFIX
"repository.azuredevops.token."
public static final java.lang.String
REPOSITORY_NAME
"azure-devops"
-
step.repositories.azure.devops.rest.model.WorkItemSteps Modifier and Type Constant Field Value public static final java.lang.String
FIELDNAME_STEPS
"Microsoft.VSTS.TCM.Steps"
public static final java.lang.String
FIELDNAME_TITLE
"System.Title"
-
step.repositories.azure.devops.ui.ProjectsBookmarks Modifier and Type Constant Field Value public static final java.lang.String
FIELD_NAME
"azuredevops_projectsbookmarks"
-
step.repositories.azure.devops.ui.UserPreferences Modifier and Type Constant Field Value public static final java.lang.String
FIELD_NAME
"azuredevops_userpreferences"
-
step.repositories.jira.client.model.Fields.Keys Modifier and Type Constant Field Value public static final java.lang.String
DESCRIPTION
"description"
public static final java.lang.String
SUMMARY
"summary"
-
step.repositories.jira.xray.JiraXrayRepository.Constants Modifier and Type Constant Field Value public static final java.lang.String
ATTR_ISSUE_KEY
"jira_issueKey"
public static final boolean
CFG_PREFIX_SUMMARIES_WITH_KEY
true
public static final java.lang.String
CTX_EXECUTION_KEY
"xray.executionKey"
public static final java.lang.String
CTX_PLAN_KEY
"xray.planKey"
public static final java.lang.String
PARAM_ISSUE
"issue"
public static final java.lang.String
PARAM_REMOTE
"remote"
public static final java.lang.String
REPORT_FILENAME
"report.html"
public static final java.lang.String
REPORTING_FLAG
"xray_reporting"
public static final java.lang.String
REPOSITORY_NAME
"jira-xray"
public static final java.lang.String
TYPE_TESTCASE
"Test Case"
public static final java.lang.String
TYPE_TESTSET
"TestSet"
-
step.repositories.jira.xray.PersistentSettings.Domains Modifier and Type Constant Field Value public static final java.lang.String
CLOUD_TOKEN
"CloudToken"
public static final java.lang.String
CUSTOM_FIELDS
"CustomFields"
-
step.repositories.jira.xray.client.cloud.XrayCloudToken Modifier and Type Constant Field Value public static final long
VALIDITY_DURATION_MS
43200000L
-
step.repositories.jira.xray.client.cloud.model.gql.GqlTestType.Constants Modifier and Type Constant Field Value public static final java.lang.String
KIND_GHERKIN
"Gherkin"
public static final java.lang.String
KIND_STEPS
"Steps"
public static final java.lang.String
KIND_UNSTRUCTURED
"Unstructured"
-
step.repositories.jira.xray.client.cloud.model.gql.GraphQL.Constants Modifier and Type Constant Field Value public static final int
MAX_LIMIT
100
public static final java.lang.String
PARAM_ISSUE_ID
"%ISSUE_ID%"
public static final java.lang.String
PARAM_ISSUE_IDS
"%ISSUE_IDS%"
public static final java.lang.String
PARAM_LIMIT
"%LIMIT%"
public static final java.lang.String
PARAM_START
"%START%"
-
step.repositories.jira.xray.client.cloud.model.rest.XrayCloudStatus.Name Modifier and Type Constant Field Value public static final java.lang.String
FAILED
"FAILED"
public static final java.lang.String
PASSED
"PASSED"
public static final java.lang.String
TO_DO
"TO DO"
-
step.repositories.jira.xray.client.server.CustomFields Modifier and Type Constant Field Value public static final java.lang.String
NOT_FOUND
"NOT_FOUND"
-
step.repositories.jira.xray.client.server.CustomFields.TestType Modifier and Type Constant Field Value public static final java.lang.String
SCHEMA_GENERIC_TEST
"com.xpandit.plugins.xray:path-editor-custom-field"
public static final java.lang.String
SCHEMA_TEST_TYPE
"com.xpandit.plugins.xray:test-type-custom-field"
public static final java.lang.String
VALUE_GENERIC
"Generic"
public static final java.lang.String
VALUE_MANUAL
"Manual"
-
step.repositories.jira.xray.conf.XrayConfigurations Modifier and Type Constant Field Value public static final java.lang.String
STEP_CONFIGURATION_KEY
"repository.jira.xray.configuration"
-
step.repositories.jira.zephyr.JiraZephyrRepositoryPlugin Modifier and Type Constant Field Value public static final java.lang.String
REPO_ID
"zephyr"
-
step.repositories.parser.annotated.EnterpriseDescriptionStepParser Modifier and Type Constant Field Value public static final java.lang.String
COMPARATOR
"Comparator"
public static final java.lang.String
EXPRESSION
"expression"
public static final java.lang.String
MEASUREMENT
"Measurement"
public static final java.lang.String
METRIC
"Metric"
public static final java.lang.String
VALUE
"Value"
step.repository.*
-
step.repository.alm.ALMRepositoryClient Modifier and Type Constant Field Value public static final java.lang.String
REPO_PARAM_QC_DOMAIN
"qcDomain"
public static final java.lang.String
REPO_PARAM_QC_PROFILE_ID
"qcProfileID"
public static final java.lang.String
REPO_PARAM_QC_PROJECT
"qcProject"
-
step.repository.alm.ALMRepositoryDaemon Modifier and Type Constant Field Value public static final java.lang.String
REPO_PARAM_ID
"id"
public static final java.lang.String
REPO_PARAM_MODE
"mode"
-
step.repository.alm.v16.ALM16RepositoryDaemon Modifier and Type Constant Field Value public static final java.lang.String
REPO_PARAM_ID
"id"
public static final java.lang.String
REPO_PARAM_MODE
"mode"