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
 Iterable<InBuiltServiceTypes.InBuiltServiceType> all()
          Gets a list of all the in-built service types.
 Iterable<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 an specified user.
 

Method Detail

all

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

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

manageableBy

Iterable<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 an specified user.

Parameters:
user - the user in play.
Returns:
A list of all the in-built services types that can be managed by an specified user.


Copyright © 2002-2013 Atlassian. All Rights Reserved.