public interface TestHttpCall extends BaseTest
Modifier and Type | Interface and Description |
---|---|
static class |
TestHttpCall.HttpAssertionTarget |
static class |
TestHttpCall.HttpMethod |
Entity.AdjunctSupport<T extends EntityAdjunct>, Entity.EnricherSupport, Entity.GroupSupport, Entity.PolicySupport, Entity.SensorSupport
BrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupport
Configurable.ConfigurationSupport
Startable.RestartEffectorBody, Startable.StartEffectorBody, Startable.StopEffectorBody
Modifier and Type | Field and Description |
---|---|
static ConfigKey<TestHttpCall.HttpAssertionTarget> |
ASSERTION_TARGET |
static ConfigKey<java.lang.Integer> |
MAX_ATTEMPTS
The maximum number of times to execute the http call, before throwing an exception.
|
static ConfigKey<java.lang.String> |
TARGET_BODY |
static ConfigKey<java.util.Map<java.lang.String,java.lang.String>> |
TARGET_HEADERS |
static ConfigKey<TestHttpCall.HttpMethod> |
TARGET_METHOD |
static ConfigKey<java.lang.String> |
TARGET_URL |
static ConfigKey<java.lang.Boolean> |
TRUST_ALL |
ASSERTIONS, BACKOFF_TO_PERIOD, ITERATION_LIMIT, TIMEOUT
TARGET_ENTITY, TARGET_ENTITY_ID, TARGET_ENTITY_NAME, TARGET_ENTITY_TYPE, TARGET_ID, TARGET_RESOLUTION_TIMEOUT
RESTART, SERVICE_UP, START, STOP
resolveTarget
addChild, addChild, addFeed, clearParent, enrichers, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getCreationTime, getDisplayName, getEntityType, getIconUrl, getId, getLocations, getParent, groups, invoke, policies, relations, removeChild, sensors, setDisplayName, setParent
getCatalogItemId, getCatalogItemIdSearchPath, subscriptions, tags
config, getConfig
static final ConfigKey<java.lang.String> TARGET_URL
static final ConfigKey<TestHttpCall.HttpMethod> TARGET_METHOD
static final ConfigKey<java.lang.Boolean> TRUST_ALL
static final ConfigKey<java.util.Map<java.lang.String,java.lang.String>> TARGET_HEADERS
static final ConfigKey<java.lang.String> TARGET_BODY
static final ConfigKey<TestHttpCall.HttpAssertionTarget> ASSERTION_TARGET
static final ConfigKey<java.lang.Integer> MAX_ATTEMPTS