Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Issue
-
Packages that use Issue Package Description com.yahoo.vespa.hosted.controller.api.integration.organization -
-
Uses of Issue in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return Issue Modifier and Type Method Description IssueIssue. append(String appendage)IssueIssue. in(String queue)IssueMockIssueHandler.MockIssue. issue()IssueIssue. with(Issue.Type type)IssueIssue. with(User assignee)IssueIssue. with(String label)IssueIssue. with(List<String> labels)IssueIssue. withoutComponent()Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type Issue 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)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)booleanIssueHandler. issueExists(Issue issue)Returns whether there exists an issue with an exactly matching summary.booleanMockIssueHandler. issueExists(Issue issue)
-