Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.ApplicationSummary
-
Packages that use ApplicationSummary Package Description com.yahoo.vespa.hosted.controller.api.integration.organization 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 ApplicationSummary in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type ApplicationSummary Modifier and Type Method Description java.util.Optional<IssueId>OwnershipIssues. confirmOwnership(java.util.Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Ensure ownership of the given application has been recently confirmed by the given user. -
Uses of ApplicationSummary in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type ApplicationSummary Modifier and Type Method Description java.util.Optional<IssueId>DummyOwnershipIssues. confirmOwnership(java.util.Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)
-