Package com.atlassian.jira.service
Interface InBuiltServiceTypes
- All Known Implementing Classes:
DefaultInBuiltServiceTypes
public interface InBuiltServiceTypes
Represents the in-built service types that ship with JIRA.
- Since:
- v4.3
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDescribes an in-built service in JIRA. -
Method Summary
Modifier and TypeMethodDescriptionall()Gets a list of all the in-built service types.manageableBy(ApplicationUser user) Gets a list of all the in-built services types that can be managed by the specified user.
-
Method Details
-
all
Gets a list of all the in-built service types.- Returns:
- A list of all the in-built service types.
-
manageableBy
Gets a list of all the in-built services types that can be managed by the specified user.- Parameters:
user- the user in play.- Returns:
- A list of all the in-built services types that can be managed by the specified user.
-