Package com.codebarrel.jira.factory
Interface JIRAClient
- All Known Implementing Classes:
NativeJIRAClient
public interface JIRAClient
Contains all the sub-clients for communicating back with Jira
-
Method Summary
Modifier and TypeMethodDescriptionAll the ServiceEntity specific API'sProvides access to global configuration options in JiraAccess to Jira Development Status Specific APIs.All calls related to entity properties.groups()All group related callsissues()All the issue functionsAll permission related callsAccess valid priorities in a projectprojects()Access valid resolutions in a projectrole()All role related callsAccess the Jira Service Desk specific APIs.software()Access the Jira Software Desk specific APIs.statuses()Access valid statuses in a projectusers()All user related calls
-
Method Details
-
issues
IssueClient issues()All the issue functions -
statuses
StatusClient statuses()Access valid statuses in a project -
resolutions
ResolutionClient resolutions()Access valid resolutions in a project -
priorities
PriorityClient priorities()Access valid priorities in a project -
permissions
PermissionsClient permissions()All permission related calls -
users
UserClient users()All user related calls -
groups
GroupClient groups()All group related calls -
role
RoleClient role()All role related calls -
projects
ProjectClient projects() -
entityProperties
EntityPropertiesClient entityProperties()All calls related to entity properties. -
serviceDesk
Optional<ServiceDeskClient> serviceDesk()Access the Jira Service Desk specific APIs. -
software
SoftwareClient software()Access the Jira Software Desk specific APIs. -
devStatus
DevStatusClient devStatus()Access to Jira Development Status Specific APIs. -
configuration
ConfigurationClient configuration()Provides access to global configuration options in Jira -
changeManagement
ChangeManagementClient changeManagement()All the ServiceEntity specific API's
-