public class HelpTipResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HelpTipResource.Tooltip |
Constructor and Description |
---|
HelpTipResource(JiraAuthenticationContext jiraAuthenticationContext,
HelpTipManager helpTipManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
dismiss(HelpTipResource.Tooltip tooltip) |
javax.ws.rs.core.Response |
index() |
javax.ws.rs.core.Response |
undismiss(HelpTipResource.Tooltip tooltip) |
@Inject public HelpTipResource(JiraAuthenticationContext jiraAuthenticationContext, HelpTipManager helpTipManager)
public javax.ws.rs.core.Response index()
public javax.ws.rs.core.Response dismiss(HelpTipResource.Tooltip tooltip)
public javax.ws.rs.core.Response undismiss(HelpTipResource.Tooltip tooltip)
Copyright © 2002-2017 Atlassian. All Rights Reserved.