Uses of Class
com.chutneytesting.engine.domain.delegation.NamedHostAndPort
-
-
Uses of NamedHostAndPort in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution with type parameters of type NamedHostAndPort Modifier and Type Field Description List<NamedHostAndPort>TargetExecutionDto. agentsConstructor parameters in com.chutneytesting.engine.api.execution with type arguments of type NamedHostAndPort Constructor Description TargetExecutionDto(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 NamedHostAndPort Modifier and Type Method Description booleanConnectionChecker. canConnectTo(NamedHostAndPort namedHostAndPort)StepExecutionReportDelegationClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate)Constructors in com.chutneytesting.engine.domain.delegation with parameters of type NamedHostAndPort Constructor Description RemoteStepExecutor(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 NamedHostAndPort Modifier and Type Field Description List<NamedHostAndPort>TargetImpl. agentsMethod parameters in com.chutneytesting.engine.domain.environment with type arguments of type NamedHostAndPort Modifier and Type Method Description TargetImpl.TargetBuilderTargetImpl.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 NamedHostAndPort Modifier and Type Method Description StepExecutionReportHttpClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate)
-