public class ExtensibleQuickfixProvider
extends AbstractDeclarativeQuickfixProvider
| Constructor and Description |
|---|
ExtensibleQuickfixProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
createLinkingIssueResolutions(Issue issue,
IssueResolutionAcceptor issueResolutionAcceptor) |
List<IssueResolution> |
getResolutions(Issue issue) |
List<IssueResolution> |
getResolutionsForLinkingIssue(Issue issue) |
boolean |
hasResolutionFor(String issueCode) |
public List<IssueResolution> getResolutionsForLinkingIssue(Issue issue)
public void createLinkingIssueResolutions(Issue issue,
IssueResolutionAcceptor issueResolutionAcceptor)
public List<IssueResolution> getResolutions(Issue issue)
public boolean hasResolutionFor(String issueCode)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.