Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanRegistry
-
-
Uses of PlanRegistry in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return PlanRegistry Modifier and Type Method Description PlanRegistryServiceRegistry. planRegistry() -
Uses of PlanRegistry in com.yahoo.vespa.hosted.controller.api.integration.billing
Classes in com.yahoo.vespa.hosted.controller.api.integration.billing that implement PlanRegistry Modifier and Type Class Description classPlanRegistryMockConstructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PlanRegistry Constructor Description BillingDatabaseClientMock(Clock clock, PlanRegistry planRegistry) -
Uses of PlanRegistry in com.yahoo.vespa.hosted.controller.api.integration.resource
Constructors in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type PlanRegistry Constructor Description ResourceDatabaseClientMock(PlanRegistry planRegistry)
-