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:
JiraService

Nested Class Summary
static class InBuiltServiceTypes.InBuiltServiceType
          Describes an in-built service in JIRA.
 
Method Summary
 Set<InBuiltServiceTypes.InBuiltServiceType> all()
          Gets a list of all the in-built service types.
 Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy(com.atlassian.crowd.embedded.api.User user)
          Gets a list of all the in-built services types that can be managed by the specified user.
 

Method Detail

all

Set<InBuiltServiceTypes.InBuiltServiceType> all()
Gets a list of all the in-built service types.

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

manageableBy

Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy(com.atlassian.crowd.embedded.api.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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.