Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Issue
Packages that use Issue
-
Uses of Issue in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return IssueModifier and TypeMethodDescriptionMockIssueHandler.MockIssue.issue()Issue.with(Issue.Type type) Issue.withoutComponent()Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type IssueModifier and TypeMethodDescriptionFile an issue with its given property or the default, and with the specific assignee, if present.IssueHandler.findAllBySimilarity(Issue issue) Returns all open issues similar to the given.MockIssueHandler.findAllBySimilarity(Issue issue) IssueHandler.findBySimilarity(Issue issue) Returns the ID of this issue, if it exists and is open, based on a similarity search.booleanIssueHandler.issueExists(Issue issue) Returns whether there exists an issue with an exactly matching summary.booleanMockIssueHandler.issueExists(Issue issue)