Uses of Class
com.chutneytesting.engine.domain.delegation.NamedHostAndPort
Packages that use NamedHostAndPort
Package
Description
-
Uses of NamedHostAndPort in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution with type parameters of type NamedHostAndPortConstructor parameters in com.chutneytesting.engine.api.execution with type arguments of type NamedHostAndPortModifierConstructorDescriptionTargetExecutionDto(String id, String url, Map<String, String> properties, List<NamedHostAndPort> agents) -
Uses of NamedHostAndPort in com.chutneytesting.engine.domain.delegation
Methods in com.chutneytesting.engine.domain.delegation with parameters of type NamedHostAndPortModifier and TypeMethodDescriptionbooleanConnectionChecker.canConnectTo(NamedHostAndPort namedHostAndPort) DelegationClient.handDown(StepDefinition stepDefinition, NamedHostAndPort delegate) Constructors in com.chutneytesting.engine.domain.delegation with parameters of type NamedHostAndPortModifierConstructorDescriptionRemoteStepExecutor(DelegationClient delegationClient, NamedHostAndPort agentInfo) -
Uses of NamedHostAndPort in com.chutneytesting.engine.domain.environment
Fields in com.chutneytesting.engine.domain.environment with type parameters of type NamedHostAndPortMethod parameters in com.chutneytesting.engine.domain.environment with type arguments of type NamedHostAndPortModifier and TypeMethodDescriptionTargetImpl.TargetBuilder.withAgents(List<NamedHostAndPort> agents) -
Uses of NamedHostAndPort in com.chutneytesting.engine.infrastructure.delegation
Methods in com.chutneytesting.engine.infrastructure.delegation with parameters of type NamedHostAndPortModifier and TypeMethodDescriptionHttpClient.handDown(StepDefinition stepDefinition, NamedHostAndPort delegate)