| Interface | Description |
|---|---|
| JIRAAccessTool.BuildingLambda<B> |
Lambda used for building stuff (like tickets or version).
|
| JIRAMetadataCache.Function<P,R> |
Interface for functions, taken from Java 8 for backwards compatibility.
|
| JIRAMetadataCache.Supplier<R> |
Interface for Supplies, taken from Java 8 for backwards compatibility.
|
| Class | Description |
|---|---|
| AbstractJIRAAction |
Parent class for build steps which need an access to Jira.
|
| AbstractJIRAAction.DescriptorImpl |
The descriptor-class.
|
| AbstractJIRAConfluenceAction |
Parent class for build steps which need an access to Jira and Confluence.
|
| AbstractJIRAConfluenceAction.DescriptorImpl |
Descriptor class.
|
| ConfluenceAccessTool |
Type encapsulating the REST-API based access to a confluence Server.
|
| FieldMetadata |
Class used for storing the meta information about a JIRA field.
|
| IssueUpdateBuilder |
Utility class for building the data sent to /ISSUE_KEY/ PUT requests to update issues.
|
| JIRAAccessTool |
Tool encapsulating the access to a JIRA Server using the REST-API.
|
| JIRAMetadataCache |
This class allows loading and caching of JIRA metadata, like the available ticket types, priorities and so on.
|
| JsonHTTPClientWrapper |
Wrapper class around the apache http client, allows sending and recieving requests / responses in JSON format.
|
Copyright © 2004-2018. All Rights Reserved.