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