public interface ServiceDeskManager
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDesk> |
getServiceDeskForProject(com.atlassian.jira.project.Project project)
Returns an Either with the
ServiceDesk associated with the given Project or
AnError if:
- Service Desk was not found
- Service Desk was disabled |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDesk> getServiceDeskForProject(com.atlassian.jira.project.Project project)
ServiceDesk
associated with the given Project
or
AnError
if:
- Service Desk was not found
- Service Desk was disabledproject
- the project to search by.ServiceDesk
associated with the given {Copyright © 2017 Atlassian. All rights reserved.