public interface InBuiltServiceTypes
JiraService
Modifier and Type | Interface and Description |
---|---|
static class |
InBuiltServiceTypes.InBuiltServiceType
Describes an in-built service in JIRA.
|
Modifier and Type | Method and Description |
---|---|
Set<InBuiltServiceTypes.InBuiltServiceType> |
all()
Gets a list of all the in-built service types.
|
Set<InBuiltServiceTypes.InBuiltServiceType> |
manageableBy(ApplicationUser user)
Gets a list of all the in-built services types that can be managed by the specified user.
|
Set<InBuiltServiceTypes.InBuiltServiceType> all()
Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy(ApplicationUser user)
user
- the user in play.Copyright © 2002-2019 Atlassian. All Rights Reserved.