Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.organization.DeploymentIssues
-
Packages that use DeploymentIssues Package Description com.yahoo.vespa.hosted.controller.api.integration com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of DeploymentIssues in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return DeploymentIssues Modifier and Type Method Description DeploymentIssuesServiceRegistry. deploymentIssues() -
Uses of DeploymentIssues in com.yahoo.vespa.hosted.controller.api.integration.stubs
Classes in com.yahoo.vespa.hosted.controller.api.integration.stubs that implement DeploymentIssues Modifier and Type Class Description classLoggingDeploymentIssuesA memory backed implementation of the Issues API which logs changes and does nothing else.
-