public interface

InBuiltServiceTypes

com.atlassian.jira.service.InBuiltServiceTypes
Known Indirect Subclasses

Class Overview

Represents the in-built service types that ship with JIRA.

See Also

Summary

Nested Classes
class InBuiltServiceTypes.InBuiltServiceType Describes an in-built service in JIRA. 
Public Methods
Set<InBuiltServiceTypes.InBuiltServiceType> all()
Gets a list of all the in-built service types.
Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy(User user)
Gets a list of all the in-built services types that can be managed by the specified user.

Public Methods

public Set<InBuiltServiceTypes.InBuiltServiceType> all ()

Gets a list of all the in-built service types.

Returns
  • A list of all the in-built service types.

public Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy (User user)

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.