Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.IssueId
-
Packages that use IssueId 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 IssueId in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return IssueId Modifier and Type Method Description IssueIdIssueHandler. file(Issue issue)File an issue with its given property or the default, and with the specific assignee, if present.IssueIdMockIssueHandler. file(Issue issue)IssueIdDeploymentIssues. fileUnlessOpen(Collection<com.yahoo.config.provision.ApplicationId> applicationIds, com.yahoo.component.Version version)IssueIdDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User asignee, Contact contact)static IssueIdIssueId. from(String value)Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return types with arguments of type IssueId Modifier and Type Method Description Optional<IssueId>OwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Ensure ownership of the given application has been recently confirmed by the given user.Optional<IssueId>IssueHandler. findBySimilarity(Issue issue)Returns the ID of this issue, if it exists and is open, based on a similarity search.Optional<IssueId>MockIssueHandler. findBySimilarity(Issue issue)Map<IssueId,MockIssueHandler.MockIssue>MockIssueHandler. issues()Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type IssueId Modifier and Type Method Description booleanIssueHandler. addWatcher(IssueId issueId, String watcher)Reassign the issue with the given ID to the given user, and returns the outcome of this.booleanMockIssueHandler. addWatcher(IssueId issueId, String watcher)Optional<User>IssueHandler. assigneeOf(IssueId issueId)Returns the user assigned to the given issue, if any.Optional<User>MockIssueHandler. assigneeOf(IssueId issueId)MockIssueHandlerMockIssueHandler. close(IssueId issueId)voidIssueHandler. commentOn(IssueId issueId, String comment)Add a comment to the issue with the given ID.voidMockIssueHandler. commentOn(IssueId issueId, String comment)voidOwnershipIssues. ensureResponse(IssueId issueId, Optional<Contact> contact)Make sure the given ownership confirmation request is acted upon, unless it is already acknowledged.Optional<User>IssueHandler. escalate(IssueId issueId, Contact contact)Escalate an issue filed with the given property.Optional<User>MockIssueHandler. escalate(IssueId issueId, Contact contact)voidDeploymentIssues. escalateIfInactive(IssueId issueId, Duration maxInactivity, Optional<Contact> contact)Optional<User>OwnershipIssues. getConfirmedOwner(IssueId issueId)Get the owner of an application, given its ownership issue ID.booleanIssueHandler. isActive(IssueId issueId, Duration maxInactivity)Returns whether there has been significant activity on the issue within the given duration.booleanMockIssueHandler. isActive(IssueId issueId, Duration maxInactivity)booleanIssueHandler. isOpen(IssueId issueId)Returns whether the issue is still under investigation.booleanMockIssueHandler. isOpen(IssueId issueId)booleanIssueHandler. reassign(IssueId issueId, User assignee)Reassign the issue with the given ID to the given user, and returns the outcome of this.booleanMockIssueHandler. reassign(IssueId issueId, User assignee)voidIssueHandler. update(IssueId issueId, String description)Update the description of the issue with the given ID.voidMockIssueHandler. update(IssueId issueId, String description)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.organization with type arguments of type IssueId Modifier and Type Method Description Optional<IssueId>OwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Ensure ownership of the given application has been recently confirmed by the given user.IssueIdDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User asignee, Contact contact) -
Uses of IssueId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Fields in com.yahoo.vespa.hosted.controller.api.integration.stubs with type parameters of type IssueId Modifier and Type Field Description protected Map<IssueId,Instant>LoggingDeploymentIssues. issueUpdatesLast updates for each issue -- used to determine if issues are already logged and when to escalate.Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return IssueId Modifier and Type Method Description protected IssueIdLoggingDeploymentIssues. fileIssue(com.yahoo.config.provision.ApplicationId applicationId)IssueIdLoggingDeploymentIssues. fileUnlessOpen(Collection<com.yahoo.config.provision.ApplicationId> applicationIds, com.yahoo.component.Version version)IssueIdLoggingDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User assignee, Contact contact)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type IssueId Modifier and Type Method Description Optional<IssueId>DummyOwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type IssueId Modifier and Type Method Description voidDummyOwnershipIssues. ensureResponse(IssueId issueId, Optional<Contact> contact)voidLoggingDeploymentIssues. escalateIfInactive(IssueId issueId, Duration maxInactivity, Optional<Contact> contact)protected voidLoggingDeploymentIssues. escalateIssue(IssueId issueId)Optional<User>DummyOwnershipIssues. getConfirmedOwner(IssueId issueId)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type IssueId Modifier and Type Method Description Optional<IssueId>DummyOwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)IssueIdLoggingDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User assignee, Contact contact)
-