A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractEntityProperties - Class in com.adaptavist.hapi.cloud.jira.entityproperties
AbstractEntityProperties() - Constructor in AbstractEntityProperties
AbstractHapiException - Class in com.adaptavist.hapi.jira.exceptions
AbstractHapiException() - Constructor in AbstractHapiException
AbstractIssuesDelegate - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
AbstractIssuesDelegate(com.adaptavist.hapi.cloud.jira.issues.Issue) - Constructor in AbstractIssuesDelegate
add(java.lang.String) - Method in Group
add(java.lang.String) - Method in GroupImpl
add(java.lang.Long) - Method in MultiOptionNameUpdater
Adds existing options to the field using their IDs.
add(java.lang.String) - Method in MultiOptionUpdater
Adds the specified items to the field.
add(java.lang.String) - Method in MultiStringLabelUpdater
add(java.lang.String) - Method in MultiStringUpdater
Adds one or more string values to the field.
addComment(java.lang.String) - Method in Issue
Adds a comment to the issue.
addComment(java.lang.String) - Method in IssueImpl
assigneeType - Property in ComponentOperationDelegate
assigneeType - Property in ProjectOperationDelegate
Attachment - Class in com.adaptavist.hapi.cloud.jira.issues
Attachment() - Constructor in Attachment
ATTACHMENT_COLLECTION_TYPE - Field in Issue
author - Property in Attachment
avatarId - Property in ProjectOperationDelegate

B

C

categoryId - Property in ProjectOperationDelegate
Changelog - Class in com.adaptavist.hapi.cloud.jira.issues
Changelog() - Constructor in Changelog
changelog - Property in IssueEvent
The changelog capturing details about the fields that changed during the event.
ChangelogItem - Class in com.adaptavist.hapi.cloud.jira.issues
ChangelogItem() - Constructor in ChangelogItem
clear() - Method in MultiOptionNameUpdater
Clears all options from the field.
clear() - Method in MultiStringUpdater
Clears all values from the field.
clearCustomField(java.lang.String) - Method in AbstractIssuesDelegate
Clears the value of a custom field identified by its name.
code - Property in ConfluenceErrorCollection.ConfluenceError
COLLECTION_PROJECT_CATEGORY - Field in RetrievalService
Comment - Interface in com.adaptavist.hapi.cloud.jira.components.comments
Represents a Jira comment on a Jira issue.
CommentCreationException - Class in com.adaptavist.hapi.jira.exceptions.issues
CommentCreationException() - Constructor in CommentCreationException
CommentEntityProperties - Class in com.adaptavist.hapi.cloud.jira.entityproperties
Provides utilities setting and retrieving Entity Properties related to a user.
CommentEntityProperties(com.adaptavist.hapi.cloud.jira.components.comments.Comment) - Constructor in CommentEntityProperties
CommentImpl - Class in com.adaptavist.hapi.cloud.jira.components.comments
CommentImpl() - Constructor in CommentImpl
CommentRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.issues
CommentRetrievalException() - Constructor in CommentRetrievalException
Comments - Class in com.adaptavist.hapi.cloud.jira.components.comments
Comments() - Constructor in Comments
Component - Interface in com.adaptavist.hapi.cloud.jira.components
Represents a Jira Cloud project component and provides methods to retrieve and manipulate its properties.
ComponentCreateDelegate - Class in com.adaptavist.hapi.cloud.jira.components.delegates
ComponentCreateDelegate() - Constructor in ComponentCreateDelegate
ComponentCreationException - Class in com.adaptavist.hapi.jira.exceptions.components
ComponentCreationException() - Constructor in ComponentCreationException
ComponentDeletionException - Class in com.adaptavist.hapi.jira.exceptions.components
ComponentDeletionException() - Constructor in ComponentDeletionException
ComponentImpl - Class in com.adaptavist.hapi.cloud.jira.components
ComponentImpl() - Constructor in ComponentImpl
ComponentOperationDelegate - Class in com.adaptavist.hapi.cloud.jira.components.delegates
ComponentOperationDelegate() - Constructor in ComponentOperationDelegate
ComponentRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.components
ComponentRetrievalException() - Constructor in ComponentRetrievalException
Components - Class in com.adaptavist.hapi.cloud.jira.components
Provides utilities for working with Project Components
Components() - Constructor in Components
ComponentsImplementation - Class in com.adaptavist.hapi.cloud.jira.components
ComponentsImplementation() - Constructor in ComponentsImplementation
ComponentUpdateDelegate - Class in com.adaptavist.hapi.cloud.jira.components.delegates
ComponentUpdateDelegate() - Constructor in ComponentUpdateDelegate
ComponentUpdateException - Class in com.adaptavist.hapi.jira.exceptions.components
ComponentUpdateException() - Constructor in ComponentUpdateException
ConfluenceError() - Constructor in ConfluenceErrorCollection.ConfluenceError
ConfluenceErrorCollection - Class in com.adaptavist.hapi.cloud.confluence.exceptions
ConfluenceErrorCollection.ConfluenceError - Class in com.adaptavist.hapi.cloud.confluence.exceptions
ConfluenceErrorCollection() - Constructor in ConfluenceErrorCollection
contains(java.lang.String) - Method in Group
Checks if a user with the specified account ID is a member of the group.
contains(java.lang.String) - Method in GroupImpl
content - Property in Attachment
convertDateStringToTimestamp(java.lang.String) - Method in IssueImpl
convertDateTimeStringToTimestamp(java.lang.String) - Method in IssueImpl
convertResponse(HttpResponse<String>, TypeReference<T>, Class<F>, Function<F, T>) - Method in MappingUtils
convertWikiToAdf(java.lang.String) - Method in WikiToAdfConverter
count(java.lang.String) - Method in Issues
Returns the number of matching issues.
count(java.lang.String) - Method in IssuesImplementation
create(java.lang.String, java.lang.String, Closure<?>) - Method in Components
Creates a project component in the project with the given key and name, example usage:
create(java.lang.String, java.lang.String, Closure<?>) - Method in Issues
Creates an issue of a given type in a project found by project key, example usage:
 Issues.create('SR', 'Task') {
     summary = 'Hello world'
 }
create(java.lang.String, java.lang.String, Closure<?>) - Method in IssuesImplementation
create(java.lang.String, java.lang.String, Closure<?>) - Method in Pages
create(java.lang.String, java.lang.String, Closure<?>) - Method in PagesImplementation
create(java.lang.String, java.lang.String, Closure<?>) - Method in Projects
Creates a project with the given key and name, example usage:
create(java.lang.String, java.lang.String, Closure<?>) - Method in ProjectsImplementation
createComponent(java.lang.String, Closure<?>) - Method in Project
Creates a new component in the project with the specified name and additional configuration.
createComponent(java.lang.String, Closure<?>) - Method in ProjectImpl
created - Property in Attachment
CreateMetaException - Class in com.adaptavist.hapi.jira.exceptions.issues
CreateMetaException() - Constructor in CreateMetaException
createProjectComponent(java.lang.String, java.lang.String, Closure<?>) - Method in ComponentsImplementation
createSubTask(java.lang.String, Closure<?>) - Method in Issue
Creates a sub-task of a given type for a provided issue, example usage:
 Issues.getByKey(SR-100).createSubTask('Sub-task') {
     summary = 'My sub-task
 }
 
createSubTask(java.lang.String, Closure<?>) - Method in IssueImpl

D

delegate - Property in ComponentCreateDelegate
delegate - Property in ComponentUpdateDelegate
delegate - Property in PageCreationDelegate
delegate - Property in PageUpdateDelegate
delegate - Property in ProjectCreateDelegate
delegate - Property in ProjectUpdateDelegate
delete() - Method in Attachment
delete(java.lang.String) - Method in CommentEntityProperties
delete() - Method in Component
delete() - Method in ComponentImpl
delete(java.lang.String) - Method in EntityProperties
Deletes an entity property.
delete() - Method in Issue
Deletes the issue and any subtasks associated.
delete(java.lang.String) - Method in IssueEntityProperties
delete() - Method in IssueImpl
delete() - Method in Page
delete() - Method in PageImpl
delete() - Method in Project
delete(java.lang.String) - Method in ProjectEntityProperties
delete() - Method in ProjectImpl
delete(java.lang.String) - Method in UserEntityProperties
DeleteEntityPropertiesException - Class in com.adaptavist.hapi.jira.exceptions.entityproperties
DeleteEntityPropertiesException() - Constructor in DeleteEntityPropertiesException
description - Property in ComponentOperationDelegate
description - Property in ProjectOperationDelegate
detail - Property in ConfluenceErrorCollection.ConfluenceError
DuplicateCustomFieldException - Class in com.adaptavist.hapi.jira.exceptions.issues
DuplicateCustomFieldException(java.lang.String) - Constructor in DuplicateCustomFieldException

E

EntityProperties - Interface in com.adaptavist.hapi.cloud.jira.entityproperties
EntityPropertyDeserializationException - Class in com.adaptavist.hapi.jira.exceptions.entityproperties
EntityPropertyDeserializationException() - Constructor in EntityPropertyDeserializationException
errorCollection - Property in ExceptionWithErrorCollection
errors - Property in ConfluenceErrorCollection
ExceptionWithErrorCollection - Class in com.adaptavist.hapi.jira.exceptions
ExceptionWithErrorCollection(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in ExceptionWithErrorCollection

F

field - Property in ChangelogItem
fieldId - Property in ChangelogItem
fields - Field in AbstractIssuesDelegate
fieldtype - Property in ChangelogItem
filename - Property in Attachment
findIssueSecuritySchemeId(java.lang.String) - Method in RetrievalService
Finds the ID of an issue security scheme by its name.
findNotificationSchemeId(java.lang.String) - Method in RetrievalService
Finds the ID of a notification scheme by its name.
findPermissionSchemeId(java.lang.String) - Method in RetrievalService
Finds the ID of a permission scheme by its name.
findProjectCategoryId(java.lang.String) - Method in RetrievalService
Finds the ID of a project category by its name.
flatten(Iterator<List<T>>) - Method in IteratorUtils
from - Property in ChangelogItem
fromJson(java.lang.String) - Method in WikiToAdfConverter.1
fromMap(java.util.Map) - Method in IssueImpl
fromString - Property in ChangelogItem

G

get() - Method in MultiOptionNameUpdater
Retrieves the list of operations to be applied to the multi-option field.
get() - Method in MultiOptionUpdater
Retrieves the list of accumulated operations.
get() - Method in MultiStringUpdater
Retrieves the list of operations to be applied to the field.
getAccountId() - Method in User
The account ID of the user, which uniquely identifies the user across all Atlassian products.
getAccountId() - Method in UserImpl
getAccountType() - Method in User
The type of account represented by this user.
getAccountType() - Method in UserImpl
getActive() - Method in User
Whether the user is active.
getActive() - Method in UserImpl
getAffectedVersions() - Method in Issue
Gets the affected versions of the issue
getAffectedVersions() - Method in IssueImpl
getAllProjects() - Method in Projects
Gets all projects visible to the current logged in user
getAllProjects() - Method in ProjectsImplementation
getApplicationRoles() - Method in User
The application roles the user is assigned to.
getApplicationRoles() - Method in UserImpl
getArchivedBy() - Method in Project
getArchivedBy() - Method in ProjectImpl
getArchivedDate() - Method in Project
getArchivedDate() - Method in ProjectImpl
getAsActualType(java.lang.String, Class<T>) - Method in AbstractEntityProperties
getAsActualType(java.lang.String, Class<T>) - Method in EntityProperties
Gets an entity property of a specific type of choice.
getAssignee() - Method in Issue
Gets the assignee
getAssignee() - Method in IssueImpl
getAssigneeId() - Method in Issue
Gets the assignee id of the issue
getAssigneeId() - Method in IssueImpl
getAssigneeType() - Method in Component
Retrieves the default assignee type for the component.
getAssigneeType() - Method in ComponentImpl
getAssigneeType() - Method in Project
getAssigneeType() - Method in ProjectImpl
getAssigneeUser() - Method in Issue
Gets the assignee user
getAssigneeUser() - Method in IssueImpl
getAttachments() - Method in Issue
Gets the collection of attachments associated with the issue.
getAttachments() - Method in IssueImpl
getAuthor() - Method in Attachment
getAuthorKey() - Method in Attachment
getAuthorObject() - Method in Attachment
getAvatarUrls() - Method in User
The avatars of the user.
getAvatarUrls() - Method in UserImpl
getBoolean(java.lang.String) - Method in AbstractEntityProperties
getBoolean(java.lang.String) - Method in EntityProperties
Gets an entity property of type *Boolean*.
getByAccountId(java.lang.String) - Method in Users
Retrieves a user by their Atlassian account ID.
getById(java.lang.String) - Method in Components
Get a project component by its current id
getById(long) - Method in Pages
getById(long) - Method in PagesImplementation
getById(java.lang.Long) - Method in Projects
Get a project by its id
getById(java.lang.Long) - Method in ProjectsImplementation
getByKey(java.lang.String) - Method in Issues
Retrieves an issue by its key.
getByKey(java.lang.String) - Method in IssuesImplementation
getByKey(java.lang.String) - Method in Projects
Get a project by its current key
getByKey(java.lang.String) - Method in ProjectsImplementation
getByKey(java.lang.String) - Method in Users
Retrieves a user by key, interpreted here as an account ID.
getByName(java.lang.String) - Method in Groups
Retrieves a Jira group by its name.
getComments() - Method in Issue
Gets all the comments on an issue, example usage:
 Issues.getByKey('SR-100').getComments()
 
getComments() - Method in IssueImpl
getComponentObjects() - Method in Issue
@Deprecated
getComponentObjects() - Method in IssueImpl
getComponents() - Method in Issue
Gets the components of the issue
getComponents() - Method in IssueImpl
getComponents() - Method in Project
getComponents() - Method in ProjectImpl
getContent() - Method in Attachment
getCreated() - Method in Issue
Gets the issue created timestamp
getCreated() - Method in IssueImpl
getCreateFieldMetadataForAProjectAndIssueTypeId(java.lang.String, java.lang.String) - Method in IssueTypesCreateMeta
getCreator() - Method in Issue
Gets the creator of the issue
getCreator() - Method in IssueImpl
getCreatorId() - Method in Issue
Gets the creator ID of the issue
getCreatorId() - Method in IssueImpl
getCustomFieldTransportValue(java.lang.String, java.lang.String) - Method in AbstractIssuesDelegate
getCustomFieldValue(java.lang.Long) - Method in Issue
Gets the value of a custom field by its ID.
getCustomFieldValue(java.lang.Long) - Method in IssueImpl
getDescription() - Method in Issue
Gets the description of the issue
getDescription() - Method in IssueImpl
getDescription() - Method in Project
getDescription() - Method in ProjectImpl
getDestinationObject(com.atlassian.jira.rest.clientv2.model.IssueLink) - Method in IssueLinkExtensions
getDisplayName() - Method in User
The display name of the user.
getDisplayName() - Method in UserImpl
getDownloadUrl() - Method in Attachment
getDueDate() - Method in Issue
Gets the due date of the issue
getDueDate() - Method in IssueImpl
getEmail() - Method in Project
getEmail() - Method in ProjectImpl
getEmailAddress() - Method in User
The email address of the user.
getEmailAddress() - Method in UserImpl
getEntityProperties() - Method in Comment
Retrieves the EntityProperties object associated with an issue's comment.
getEntityProperties() - Method in CommentImpl
getEntityProperties() - Method in Issue
Retrieves the EntityProperties object associated with an issue.
getEntityProperties() - Method in IssueImpl
getEntityProperties() - Method in Project
Retrieves the EntityProperties object associated with a project.
getEntityProperties() - Method in ProjectImpl
getEntityProperties() - Method in User
Retrieves an EntityProperties object that acts as a proxy for interacting with the entity properties, allowing retrieval, setting, and deletion of properties.
getEntityProperties() - Method in UserImpl
getEntityProperty(java.lang.String) - Method in CommentEntityProperties
getEntityProperty(java.lang.String) - Method in EntityProperties
Gets an entity property as an EntityProperty object.
getEntityProperty(java.lang.String) - Method in IssueEntityProperties
getEntityProperty(java.lang.String) - Method in ProjectEntityProperties
getEntityProperty(java.lang.String) - Method in UserEntityProperties
GetEntityPropertyKeysException - Class in com.adaptavist.hapi.jira.exceptions.entityproperties
GetEntityPropertyKeysException() - Constructor in GetEntityPropertyKeysException
getEnvironment() - Method in Issue
Gets the environment of the issue
getEnvironment() - Method in IssueImpl
getEpic() - Method in Issue
Gets the epic issue that this issue is associated with.
getEpic() - Method in IssueImpl
getEstimate() - Method in Issue
Gets the issue estimate number
getEstimate() - Method in IssueImpl
getFields() - Method in Issue
getFields() - Method in IssueImpl
getFixVersions() - Method in Issue
Gets the fix versions of the issue
getFixVersions() - Method in IssueImpl
getGroupId() - Method in Group
Returns the unique identifier for the group.
getGroupId() - Method in GroupImpl
getGroups() - Method in User
Retrieves all groups that the specified user is a member of.
getGroups() - Method in UserImpl
getId() - Method in Comment
Returns the id of the Comment.
getId() - Method in CommentImpl
getId() - Method in Component
getId() - Method in ComponentImpl
getId() - Method in Issue
Gets the id of the issue as a String
getId() - Method in IssueImpl
getId() - Method in LazyLoadedIssue
getId() - Method in LazyLoadedProject
getId() - Method in Page
getId() - Method in PageImpl
getId() - Method in PageUpdateDelegate
getId() - Method in Project
getId() - Method in ProjectImpl
getInsight() - Method in Project
getInsight() - Method in ProjectImpl
getInteger(java.lang.String) - Method in AbstractEntityProperties
getInteger(java.lang.String) - Method in EntityProperties
Gets an entity property of type *Integer*.
getInwardLinks() - Method in Issue
Retrieves the list of inward links associated with the issue.
getInwardLinks() - Method in IssueImpl
getIssueFromRestAPI() - Method in IssueImpl
getIssueType() - Method in Issue
Gets the issue type
getIssueType() - Method in IssueImpl
getIssueTypes(java.lang.String) - Method in IssueTypesCreateMeta
getIssueTypes() - Method in Project
getIssueTypes() - Method in ProjectImpl
getJson(java.lang.String) - Method in AbstractEntityProperties
getJson(java.lang.String) - Method in EntityProperties
Gets the value of an entity property as a json String.
getKey() - Method in Issue
Gets the key of the issue.
getKey() - Method in IssueImpl
getKey() - Method in LazyLoadedIssue
getKey() - Method in LazyLoadedProject
getKey() - Method in Project
getKey() - Method in ProjectImpl
getKey() - Method in User
This property is no longer available and will be removed from the documentation soon.
getKey() - Method in UserImpl
getKeys() - Method in CommentEntityProperties
Gets the keys of the entity properties of this comment.
getKeys() - Method in EntityProperties
getKeys() - Method in IssueEntityProperties
Gets the keys of the entity properties of this issue.
getKeys() - Method in ProjectEntityProperties
Gets the keys of the entity properties of this project.
getKeys() - Method in UserEntityProperties
Gets the keys of the entity properties of this user.
getLabels() - Method in Issue
Retrieves the list of labels associated with the issue.
getLabels() - Method in IssueImpl
getLead() - Method in Component
getLead() - Method in ComponentImpl
getLead() - Method in Project
getLead() - Method in ProjectImpl
getLinks() - Method in Issue
getLinks() - Method in IssueImpl
getLocalDate(java.lang.String) - Method in AbstractEntityProperties
getLocalDate(java.lang.String) - Method in EntityProperties
Gets an entity property of type *LocalDate*.
getLocalDateTime(java.lang.String) - Method in AbstractEntityProperties
getLocalDateTime(java.lang.String) - Method in EntityProperties
Gets an entity property of type *LocalDateTime*.
getLocale() - Method in User
The locale of the user.
getLocale() - Method in UserImpl
getLoggedInUser() - Method in Users
Retrieves the currently logged-in user's information.
getLong(java.lang.String) - Method in AbstractEntityProperties
getLong(java.lang.String) - Method in EntityProperties
Gets an entity property of type *Long*.
getMembers() - Method in Group
Returns an iterator over all members of the group.
getMembers() - Method in GroupImpl
getMetaDatas(boolean) - Method in AbstractIssuesDelegate
getMetaDatas(boolean) - Method in IssueCreationDelegate
getMetaDatas(boolean) - Method in IssueUpdateDelegate
getName() - Method in Component
getName() - Method in ComponentImpl
getName() - Method in Group
Returns the display name of the group.
getName() - Method in GroupImpl
getName() - Method in Project
getName() - Method in ProjectImpl
getName() - Method in User
This property is no longer available and will be removed from the documentation soon.
getName() - Method in UserImpl
getNames() - Method in Issue
Gets the map of custom field IDs and their corresponding names.
getNames() - Method in IssueImpl
getNumber() - Method in Issue
Gets the id of the issue as a Long
getNumber() - Method in IssueImpl
getOriginalEstimate() - Method in Issue
Gets the issue updated timestamp
getOriginalEstimate() - Method in IssueImpl
getOutwardLinks() - Method in Issue
Retrieves the list of outward links associated with the issue.
getOutwardLinks() - Method in IssueImpl
getParentId() - Method in Issue
Gets the ID of the parent issue
getParentId() - Method in IssueImpl
getParentId() - Method in PageOperationDelegate
getParentObject() - Method in Issue
Gets the parent issue object
getParentObject() - Method in IssueImpl
getPermissions() - Method in Project
getPermissions() - Method in ProjectImpl
getPosition() - Method in PageImpl
getPriority() - Method in Issue
Gets the priority of the issue
getPriority() - Method in IssueImpl
getPriorityObject() - Method in Issue
getPriorityObject() - Method in IssueImpl
getProjectCategory() - Method in Project
getProjectCategory() - Method in ProjectImpl
getProjectComponent(java.lang.String) - Method in ComponentsImplementation
getProjectId() - Method in Component
getProjectId() - Method in ComponentImpl
getProjectId() - Method in Issue
Gets the ID of the project associated with the issue
getProjectId() - Method in IssueImpl
getProjectKey() - Method in Component
getProjectKey() - Method in ComponentImpl
getProjectObject() - Method in Issue
Gets the project object associated with the issue
getProjectObject() - Method in IssueImpl
getProjectTypeKey() - Method in Project
getProjectTypeKey() - Method in ProjectImpl
getReporter() - Method in Issue
Gets the reporter of the issue
getReporter() - Method in IssueImpl
getReporterId() - Method in Issue
Gets the reporter ID of the issue
getReporterId() - Method in IssueImpl
getReporterUser() - Method in Issue
Gets the reporter user object of the issue
getReporterUser() - Method in IssueImpl
getResolution() - Method in Issue
Gets the resolution of the issue
getResolution() - Method in IssueImpl
getResolutionDate() - Method in Issue
Gets the issue resolution date
getResolutionDate() - Method in IssueImpl
getResolutionId() - Method in Issue
Gets the resolution ID of the issue
getResolutionId() - Method in IssueImpl
getResolutionObject() - Method in Issue
@deprecated
getResolutionObject() - Method in IssueImpl
getRetentionTillDate() - Method in Project
getRetentionTillDate() - Method in ProjectImpl
getSchema() - Method in Issue
The schema describing each field present on the issue.
getSchema() - Method in IssueImpl
getSecurityLevel() - Method in Issue
Gets the security level of the issue
getSecurityLevel() - Method in IssueImpl
getSecurityLevelId() - Method in Issue
Gets the security level ID of the issue
getSecurityLevelId() - Method in IssueImpl
getSelf() - Method in Group
Returns the URL referencing this group in the Jira API.
getSelf() - Method in GroupImpl
getSelf() - Method in Issue
The URL of the issue's details.
getSelf() - Method in IssueImpl
getSelf() - Method in LazyLoadedIssue
getSelf() - Method in User
The URL of the user.
getSelf() - Method in UserImpl
getSourceObject(com.atlassian.jira.rest.clientv2.model.IssueLink) - Method in IssueLinkExtensions
getSpaceId() - Method in PageCreationDelegate
getStatus() - Method in Issue
Gets the issue status
getStatus() - Method in IssueImpl
getStatus() - Method in PageOperationDelegate
getStatusId() - Method in Issue
Gets the issue status ID
getStatusId() - Method in IssueImpl
getStatusObject() - Method in Issue
@deprecated
getStatusObject() - Method in IssueImpl
getStories() - Method in Issue
Retrieves all the issues linked to the current issue.
getStories() - Method in IssueImpl
getString(java.lang.String) - Method in AbstractEntityProperties
getString(java.lang.String) - Method in EntityProperties
Gets an entity property of type *String*.
getStyle() - Method in Project
getStyle() - Method in ProjectImpl
getSubTaskObjects() - Method in Issue
Gets the collection of sub-task objects of the issue
getSubTaskObjects() - Method in IssueImpl
getSubtasks() - Method in Issue
Gets the list of sub-tasks of the issue, example usage:
getSubtasks() - Method in IssueImpl
getSummary() - Method in Issue
Gets the summary of the issue
getSummary() - Method in IssueImpl
getTimeSpent() - Method in Issue
Gets the time spent on the issue
getTimeSpent() - Method in IssueImpl
getTimeZone() - Method in User
The time zone specified in the user's profile.
getTimeZone() - Method in UserImpl
getTitle() - Method in PageOperationDelegate
getTransitions() - Method in Issue
Gets the list of transitions available for the issue.
getTransitions() - Method in IssueImpl
getUpdated() - Method in Issue
Gets the issue updated timestamp
getUpdated() - Method in IssueImpl
getUrl() - Method in Project
getUrl() - Method in ProjectImpl
getUuid() - Method in Project
getUuid() - Method in ProjectImpl
getVersion() - Method in PageImpl
getVersion() - Method in PageUpdateDelegate
getVersions() - Method in Project
getVersions() - Method in ProjectImpl
getVotes() - Method in Issue
Gets the number of votes for the issue
getVotes() - Method in IssueImpl
getWatches() - Method in Issue
Gets the number of watches of the issue
getWatches() - Method in IssueImpl
Group - Interface in com.adaptavist.hapi.cloud.jira.groups
Represents a Jira group, providing methods to inspect and manage its membership.
GroupCreationException - Class in com.adaptavist.hapi.jira.exceptions.groups
GroupCreationException(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in GroupCreationException
GroupDeletionException - Class in com.adaptavist.hapi.jira.exceptions.groups
GroupDeletionException(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in GroupDeletionException
GroupImpl - Class in com.adaptavist.hapi.cloud.jira.groups
GroupImpl.1 - Class in com.adaptavist.hapi.cloud.jira.groups
GroupImpl.1.1 - Class in com.adaptavist.hapi.cloud.jira.groups
GroupImpl.1.1() - Constructor in GroupImpl.1.1
GroupImpl.1() - Constructor in GroupImpl.1
GroupImpl() - Constructor in GroupImpl
GroupModificationException - Class in com.adaptavist.hapi.jira.exceptions.groups
GroupModificationException(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in GroupModificationException
GroupRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.groups
GroupRetrievalException(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in GroupRetrievalException
Groups - Class in com.adaptavist.hapi.cloud.jira.groups
Provides utilities for retrieving Jira groups.
Groups() - Constructor in Groups

H

hasNext() - Method in GroupImpl.1
hasNext() - Method in IssueImpl.1
hasNext() - Method in IssuesImplementation.1
hasNext() - Method in ProjectsImplementation.1

I

id - Property in Attachment
id - Property in Changelog
InputStreamConsumer - Interface in com.adaptavist.hapi.cloud.utils
InvalidProjectAssigneeTypeException - Class in com.adaptavist.hapi.jira.exceptions.users
InvalidProjectAssigneeTypeException(java.lang.String) - Constructor in InvalidProjectAssigneeTypeException
isCustomFieldInContext(java.lang.Long) - Method in Issue
isCustomFieldInContext(java.lang.Long) - Method in IssueImpl
isImage() - Method in Attachment
isPrivate() - Method in Project
isPrivate() - Method in ProjectImpl
isSimplified() - Method in Project
isSimplified() - Method in ProjectImpl
isSubTask() - Method in Issue
Checks if the issue is a sub-task
isSubTask() - Method in IssueImpl
Issue - Interface in com.adaptavist.hapi.cloud.jira.issues
ISSUE_COLLECTION_TYPE - Field in Issue
ISSUE_IMPL_LIST_TYPE - Field in Issue
issue - Property in IssueEvent
The issue associated with the event.
ISSUE_LINK_LIST_TYPE - Field in Issue
IssueCreationDelegate - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
A delegate for managing issue creation in Jira Cloud.
IssueCreationDelegate(java.util.Map) - Constructor in IssueCreationDelegate
IssueCreationException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueCreationException() - Constructor in IssueCreationException
IssueDeletionException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueDeletionException() - Constructor in IssueDeletionException
IssueEntityProperties - Class in com.adaptavist.hapi.cloud.jira.entityproperties
Provides utilities setting and retrieving Entity Properties related to a user.
IssueEntityProperties(com.adaptavist.hapi.cloud.jira.issues.Issue) - Constructor in IssueEntityProperties
IssueEvent - Class in com.adaptavist.hapi.cloud.jira.issues
Represents data associated with issue-related events triggered by Jira Cloud webhooks.
IssueEvent() - Constructor in IssueEvent
issueEventTypeId - Property in IssueEvent
issueEventTypeName - Property in IssueEvent
IssueImpl - Class in com.adaptavist.hapi.cloud.jira.issues
IssueImpl.1 - Class in com.adaptavist.hapi.cloud.jira.issues
IssueImpl.1.1 - Class in com.adaptavist.hapi.cloud.jira.issues
IssueImpl.1.1() - Constructor in IssueImpl.1.1
IssueImpl.1() - Constructor in IssueImpl.1
IssueImpl() - Constructor in IssueImpl
IssueIterator - Class in com.adaptavist.hapi.cloud.jira.issues
IssueIterator(Iterator<Issue>, java.lang.String) - Constructor in IssueIterator
IssueLinkExtensions - Class in com.adaptavist.hapi.cloud.jira.issues
IssueLinkExtensions() - Constructor in IssueLinkExtensions
IssueRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueRetrievalException() - Constructor in IssueRetrievalException
Issues - Class in com.adaptavist.hapi.cloud.jira.issues
Utility class for managing and interacting with issues in Jira Cloud.
Issues() - Constructor in Issues
ISSUES - Property in IssuesImplementation
issueSecurityScheme - Property in ProjectOperationDelegate
IssuesImplementation - Class in com.adaptavist.hapi.cloud.jira.issues
IssuesImplementation.1 - Class in com.adaptavist.hapi.cloud.jira.issues
IssuesImplementation.1.1 - Class in com.adaptavist.hapi.cloud.jira.issues
IssuesImplementation.1.1() - Constructor in IssuesImplementation.1.1
IssuesImplementation.1() - Constructor in IssuesImplementation.1
IssuesImplementation() - Constructor in IssuesImplementation
IssueTransitionValidationException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueTransitionValidationException(java.lang.String) - Constructor in IssueTransitionValidationException
IssueTypeMetaException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueTypeMetaException() - Constructor in IssueTypeMetaException
IssueTypesCreateMeta - Class in com.adaptavist.hapi.cloud.utils
IssueTypesCreateMeta() - Constructor in IssueTypesCreateMeta
IssueUpdateDelegate - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
A delegate for managing updates to an existing issue in Jira Cloud.
IssueUpdateDelegate(java.lang.String, com.adaptavist.hapi.cloud.jira.issues.Issue) - Constructor in IssueUpdateDelegate
IssueUpdateException - Class in com.adaptavist.hapi.jira.exceptions.issues
IssueUpdateException() - Constructor in IssueUpdateException
items - Property in Changelog
IteratorUtils - Class in com.adaptavist.hapi.cloud.utils
IteratorUtils() - Constructor in IteratorUtils

J

JqlParseException - Class in com.adaptavist.hapi.jira.exceptions.issues
JqlParseException() - Constructor in JqlParseException

K

key - Property in ProjectOperationDelegate

L

label - Property in LabelLike
LabelLike - Class in com.adaptavist.hapi.cloud.jira.issues
LabelLike(java.lang.String) - Constructor in LabelLike
LazyLoadedIssue - Class in com.adaptavist.hapi.cloud.jira.issues
LazyLoadedIssue(com.atlassian.jira.rest.clientv3.model.CreatedIssue) - Constructor in LazyLoadedIssue
LazyLoadedProject - Class in com.adaptavist.hapi.cloud.jira.projects
LazyLoadedProject(com.atlassian.jira.rest.clientv2.model.ProjectIdentifiers) - Constructor in LazyLoadedProject
leadAccountId - Property in ComponentCreateDelegate
leadAccountId - Property in ComponentOperationDelegate
leadAccountId - Property in ProjectOperationDelegate
link(java.lang.String, java.lang.String) - Method in Issue
Links the issue to the target issue by a specified issue key with the specified link direction, example usage:
     Issues.getByKey('SR-100').link('blocks', "SR-200")
 
link(java.lang.String, java.lang.String) - Method in IssueImpl
LinkCreationValidationException - Class in com.adaptavist.hapi.jira.exceptions.issues
LinkCreationValidationException(java.lang.String) - Constructor in LinkCreationValidationException
LinkDeletionValidationException - Class in com.adaptavist.hapi.jira.exceptions.issues
LinkDeletionValidationException(java.lang.String) - Constructor in LinkDeletionValidationException

M

mapErrors(HttpResponse<String>, Class<F>, Function<F, T>) - Method in MappingUtils
MappingUtils - Class in com.adaptavist.hapi.cloud.utils
MappingUtils() - Constructor in MappingUtils
mimeType - Property in Attachment
MultiOptionNameUpdater - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
Utility class for managing multi-option fields in Jira Cloud, such as Components, Versions, or Labels.
MultiOptionNameUpdater() - Constructor in MultiOptionNameUpdater
MultiOptionUpdater - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
A utility class that allows for dynamic manipulation of fields that support multiple values.
MultiOptionUpdater() - Constructor in MultiOptionUpdater
MultiStringLabelUpdater - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
MultiStringLabelUpdater(List<String>) - Constructor in MultiStringLabelUpdater
MultiStringUpdater - Class in com.adaptavist.hapi.cloud.jira.issues.delegates
Utility class for managing string-based multi-value fields in Jira Cloud, such as Labels or custom multi-select fields.
MultiStringUpdater(List<String>) - Constructor in MultiStringUpdater
Creates a new MultiStringUpdater with the current field values.

N

name - Property in ComponentOperationDelegate
name - Property in ProjectOperationDelegate
next() - Method in GroupImpl.1
next() - Method in IssueImpl.1
next() - Method in IssuesImplementation.1
next() - Method in ProjectsImplementation.1
NoAdminRightsMetadataException - Class in com.adaptavist.hapi.jira.exceptions.issues
NoAdminRightsMetadataException() - Constructor in NoAdminRightsMetadataException
NoGroupFoundException - Class in com.adaptavist.hapi.jira.exceptions.groups
NoGroupFoundException(java.lang.String) - Constructor in NoGroupFoundException
NoSuchCustomFieldException - Class in com.adaptavist.hapi.jira.exceptions.issues
NoSuchCustomFieldException(java.lang.Long) - Constructor in NoSuchCustomFieldException
NoSuchCustomFieldInContextException - Class in com.adaptavist.hapi.jira.exceptions.issues
NoSuchCustomFieldInContextException(java.lang.Long) - Constructor in NoSuchCustomFieldInContextException
notificationScheme - Property in ProjectOperationDelegate

O

objectMapper - Property in IssueImpl
objectMapper - Property in MappingUtils
operations - Field in MultiOptionNameUpdater
A list of operations to be applied to the multi-option field.
operations - Field in MultiOptionUpdater
A list of operations to be performed on the field.
operations - Field in MultiStringUpdater
originalIssue - Field in AbstractIssuesDelegate

P

Page - Interface in com.adaptavist.hapi.cloud.confluence.pages
PageCreationDelegate - Class in com.adaptavist.hapi.cloud.confluence.pages.delegates
PageCreationDelegate() - Constructor in PageCreationDelegate
PageException - Class in com.adaptavist.hapi.cloud.confluence.exceptions
PageException() - Constructor in PageException
PageImpl - Class in com.adaptavist.hapi.cloud.confluence.pages
PageImpl() - Constructor in PageImpl
PageOperationDelegate - Class in com.adaptavist.hapi.cloud.confluence.pages.delegates
PageOperationDelegate() - Constructor in PageOperationDelegate
Pages - Class in com.adaptavist.hapi.cloud.confluence.pages
Pages() - Constructor in Pages
PAGES - Property in PagesImplementation
PagesImplementation - Class in com.adaptavist.hapi.cloud.confluence.pages
PagesImplementation() - Constructor in PagesImplementation
PageUpdateDelegate - Class in com.adaptavist.hapi.cloud.confluence.pages.delegates
PageUpdateDelegate() - Constructor in PageUpdateDelegate
permissionScheme - Property in ProjectOperationDelegate
Project - Interface in com.adaptavist.hapi.cloud.jira.projects
PROJECT_COMPONENT_COLLECTION_TYPE - Field in Issue
project - Property in ComponentCreateDelegate
ProjectCategoryRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.projects
ProjectCategoryRetrievalException() - Constructor in ProjectCategoryRetrievalException
ProjectCreateDelegate - Class in com.adaptavist.hapi.cloud.jira.projects.delegates
A delegate class for updating existing Jira projects.
ProjectCreateDelegate() - Constructor in ProjectCreateDelegate
ProjectCreationException - Class in com.adaptavist.hapi.jira.exceptions.projects
ProjectCreationException() - Constructor in ProjectCreationException
ProjectDeletionException - Class in com.adaptavist.hapi.jira.exceptions.projects
ProjectDeletionException() - Constructor in ProjectDeletionException
ProjectEntityProperties - Class in com.adaptavist.hapi.cloud.jira.entityproperties
Provides utilities setting and retrieving Entity Properties related to a project.
ProjectEntityProperties(com.adaptavist.hapi.cloud.jira.projects.Project) - Constructor in ProjectEntityProperties
ProjectImpl - Class in com.adaptavist.hapi.cloud.jira.projects
ProjectImpl() - Constructor in ProjectImpl
ProjectIterator - Class in com.adaptavist.hapi.cloud.jira.projects
ProjectIterator(Iterator<Project>) - Constructor in ProjectIterator
ProjectOperationDelegate - Class in com.adaptavist.hapi.cloud.jira.projects.delegates
ProjectOperationDelegate() - Constructor in ProjectOperationDelegate
ProjectRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.projects
ProjectRetrievalException() - Constructor in ProjectRetrievalException
Projects - Class in com.adaptavist.hapi.cloud.jira.projects
Provides methods for managing Jira Cloud projects, such as retrieving, creating, and listing projects.
PROJECTS_COMPONENTS - Property in ComponentsImplementation
Projects() - Constructor in Projects
PROJECTS - Property in ProjectsImplementation
ProjectsImplementation - Class in com.adaptavist.hapi.cloud.jira.projects
ProjectsImplementation.1 - Class in com.adaptavist.hapi.cloud.jira.projects
ProjectsImplementation.1.1 - Class in com.adaptavist.hapi.cloud.jira.projects
ProjectsImplementation.1.1() - Constructor in ProjectsImplementation.1.1
ProjectsImplementation.1() - Constructor in ProjectsImplementation.1
ProjectsImplementation() - Constructor in ProjectsImplementation
projectTemplateKey - Property in ProjectCreateDelegate
projectTypeKey - Property in ProjectCreateDelegate
ProjectUpdateDelegate - Class in com.adaptavist.hapi.cloud.jira.projects.delegates
Delegate for updating Jira project attributes.
ProjectUpdateDelegate() - Constructor in ProjectUpdateDelegate
ProjectUpdateException - Class in com.adaptavist.hapi.jira.exceptions.projects
ProjectUpdateException() - Constructor in ProjectUpdateException
propertyExists(java.lang.String) - Method in AbstractEntityProperties
propertyExists(java.lang.String) - Method in EntityProperties
Returns true or false based on whether an entity property with such key exists.

Q

query(java.lang.String, java.lang.String, java.lang.String, int) - Method in IssuesImplementation

R

refresh() - Method in Issue
Refreshes the issue to get the latest data.
refresh() - Method in IssueImpl
remove(java.lang.Long) - Method in MultiOptionNameUpdater
Removes options from the field using their IDs.
remove(java.lang.String) - Method in MultiOptionUpdater
Removes the specified items from the field.
remove(java.lang.String) - Method in MultiStringLabelUpdater
remove(java.lang.String) - Method in MultiStringUpdater
Removes one or more string values from the field.
replace(java.lang.String, java.lang.String) - Method in MultiStringLabelUpdater
replace(java.lang.String, java.lang.String) - Method in MultiStringUpdater
Replaces an existing string value with a new value, if the old value exists.
RetrievalService - Class in com.adaptavist.hapi.cloud.utils.services
Utility class with methods to resolve IDs for various Jira configurations.
RetrievalService.1 - Class in com.adaptavist.hapi.cloud.utils.services
RetrievalService.1() - Constructor in RetrievalService.1
RetrievalService() - Constructor in RetrievalService

S

SchemeRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.schemas
SchemeRetrievalException() - Constructor in SchemeRetrievalException
search(java.lang.String) - Method in Issues
Executes the jql and returns matching issues.
self - Property in Attachment
set(java.lang.Long) - Method in MultiOptionNameUpdater
Replaces all options in the field with the specified IDs.
set(java.lang.String) - Method in MultiOptionUpdater
Sets the field's value to the specified items, replacing any existing values.
set(java.lang.String) - Method in MultiStringLabelUpdater
set(java.lang.String) - Method in MultiStringUpdater
Replaces all values in the field with the specified string values.
setAffectedVersions(Closure<?>) - Method in AbstractIssuesDelegate
Configures the affected versions for the issue using a closure-based specification.
setAsActualType(java.lang.String, java.lang.Object) - Method in AbstractEntityProperties
setAsActualType(java.lang.String, java.lang.Object) - Method in EntityProperties
Sets an entity property to the json representation of any object.
setAssignee(java.lang.String) - Method in AbstractIssuesDelegate
Sets the assignee of the issue to the user identified by the given account ID.
setAvatarId(java.lang.Long) - Method in ProjectOperationDelegate
setBoolean(java.lang.String, java.lang.Boolean) - Method in AbstractEntityProperties
setBoolean(java.lang.String, java.lang.Boolean) - Method in EntityProperties
Sets an entity property of type *Boolean* (serialized as json).
setCategoryId(java.lang.Long) - Method in ProjectOperationDelegate
setComment(java.util.Map) - Method in IssueUpdateDelegate
Adds a comment to the issue using Atlassian Document Format (ADF).
setComponents(Closure<?>) - Method in AbstractIssuesDelegate
Configures the fix versions for the issue using a closure-based specification.
setCustomFieldValue(java.lang.Long, java.lang.Object) - Method in AbstractIssuesDelegate
Sets the value of a custom field identified by its ID, using a flexible range of data types.
setCustomFieldValueById(java.lang.String, java.lang.Long) - Method in AbstractIssuesDelegate
setDefaultAssignee(java.lang.String) - Method in ProjectOperationDelegate
Sets the default assignee for the project.
setDefaultAssigneeToProjectLead() - Method in ComponentOperationDelegate
setDefaultAssigneeToProjectLead() - Method in ProjectOperationDelegate
setDefaultAssigneeToUnassigned() - Method in ComponentOperationDelegate
setDefaultAssigneeToUnassigned() - Method in ProjectOperationDelegate
Sets the default assignee for the project to the project lead.
setDescription(java.util.Map) - Method in AbstractIssuesDelegate
Sets the description for the issue being configured using Atlassian Document Format (ADF).
setDescription(java.lang.String) - Method in ComponentOperationDelegate
setDescription(java.lang.String) - Method in ProjectOperationDelegate
Sets the description of the project.
setDueDate(java.lang.String) - Method in AbstractIssuesDelegate
Sets the due date for the issue using a string representation of the date.
SetEntityPropertiesException - Class in com.adaptavist.hapi.jira.exceptions.entityproperties
SetEntityPropertiesException() - Constructor in SetEntityPropertiesException
setEnvironment(java.util.Map) - Method in AbstractIssuesDelegate
Sets the environment for the issue being configured using Atlassian Document Format (ADF).
setFixVersions(java.lang.Long) - Method in AbstractIssuesDelegate
Sets the fix versions for the issue using their ids.
setId(long) - Method in PageUpdateDelegate
setInteger(java.lang.String, java.lang.Integer) - Method in AbstractEntityProperties
setInteger(java.lang.String, java.lang.Integer) - Method in EntityProperties
Sets an entity property of type *Integer* (serialized as json).
setIssueSecurityScheme(java.lang.String) - Method in ProjectOperationDelegate
Sets the issue security scheme for the project.
setIssueSecuritySchemeId(java.lang.Long) - Method in ProjectOperationDelegate
setJson(java.lang.String, java.lang.String) - Method in CommentEntityProperties
setJson(java.lang.String, java.lang.String) - Method in EntityProperties
Sets the value of an entity property as a json String.
setJson(java.lang.String, java.lang.String) - Method in IssueEntityProperties
setJson(java.lang.String, java.lang.String) - Method in ProjectEntityProperties
setJson(java.lang.String, java.lang.String) - Method in UserEntityProperties
setKey(java.lang.String) - Method in ProjectOperationDelegate
Sets the unique key for the project.
setLabels(Closure<?>) - Method in AbstractIssuesDelegate
Updates the issue's labels using a closure to specify the modifications.
setLeadAccountId(java.lang.String) - Method in ComponentOperationDelegate
setLeadAccountId(java.lang.String) - Method in ProjectOperationDelegate
setLocalDate(java.lang.String, java.time.LocalDate) - Method in AbstractEntityProperties
setLocalDate(java.lang.String, java.time.LocalDate) - Method in EntityProperties
Sets an entity property of type *LocalDate* (serialized as a json).
setLocalDateTime(java.lang.String, java.time.LocalDateTime) - Method in AbstractEntityProperties
setLocalDateTime(java.lang.String, java.time.LocalDateTime) - Method in EntityProperties
Sets an entity property of type *LocalDateTime* (serialized as a json).
setLong(java.lang.String, java.lang.Long) - Method in AbstractEntityProperties
setLong(java.lang.String, java.lang.Long) - Method in EntityProperties
Sets an entity property of type *Long* (serialized as json).
setName(java.lang.String) - Method in ComponentOperationDelegate
setName(java.lang.String) - Method in ProjectOperationDelegate
setNotificationScheme(java.lang.String) - Method in ProjectOperationDelegate
Sets the notification scheme for the project.
setNotificationSchemeId(java.lang.Long) - Method in ProjectOperationDelegate
setOriginalAndRemainingEstimate(java.lang.String, java.lang.String) - Method in AbstractIssuesDelegate
Sets both the original and remaining time estimates for the issue.
setOriginalEstimate(java.lang.String) - Method in AbstractIssuesDelegate
Sets the original time estimate for the issue.
setParent(java.lang.String) - Method in AbstractIssuesDelegate
setParentId(java.lang.Long) - Method in PageOperationDelegate
setParentPage(com.adaptavist.hapi.cloud.confluence.pages.Page) - Method in PageOperationDelegate
setPermissionScheme(java.lang.String) - Method in ProjectOperationDelegate
Sets the permission scheme for the project.
setPermissionSchemeId(java.lang.Long) - Method in ProjectOperationDelegate
Directly sets the permission scheme ID for the project.
setPriority(java.lang.String) - Method in AbstractIssuesDelegate
Sets the priority of the issue using the given priority name.
setProject(java.lang.String) - Method in ComponentCreateDelegate
setProjectCategory(java.lang.String) - Method in ProjectOperationDelegate
Sets the category of the project.
setProjectTemplateKey(java.lang.String) - Method in ProjectCreateDelegate
Represents a predefined configuration template for creating a Jira project.
setProjectTypeKey(java.lang.String) - Method in ProjectCreateDelegate
Represents a predefined configuration template for creating a Jira project.
setRemainingEstimate(java.lang.String) - Method in AbstractIssuesDelegate
Sets the remaining time estimate for the issue.
setReporter(com.adaptavist.hapi.cloud.jira.users.User) - Method in AbstractIssuesDelegate
Sets the reporter of the issue to the specified user.
setResolution(java.lang.String) - Method in AbstractIssuesDelegate
Sets the resolution of the issue using the given resolution name.
setSecurityLevel(java.lang.String) - Method in AbstractIssuesDelegate
Sets the security level for the issue using the specified security level name.
setSkipScreenCheck(boolean) - Method in AbstractIssuesDelegate
Whether to check if the field is present on the screen
setSpaceId(long) - Method in PageCreationDelegate
setStatus(java.lang.String) - Method in PageOperationDelegate
setString(java.lang.String, java.lang.String) - Method in AbstractEntityProperties
setString(java.lang.String, java.lang.String) - Method in EntityProperties
Sets an entity property of type *String* (serialized as json).
setSummary(java.lang.String) - Method in AbstractIssuesDelegate
Sets the summary (title) for the issue.
setTitle(java.lang.String) - Method in PageOperationDelegate
setUrl(java.lang.String) - Method in ProjectOperationDelegate
Sets the URL of the project.
setVersion(Map<String, Object>) - Method in PageUpdateDelegate
size - Property in Attachment
skipScreenCheck - Field in AbstractIssuesDelegate
status - Property in ConfluenceErrorCollection.ConfluenceError
stream() - Method in IssueIterator
Stream issues matching JQL query, this method can only be called once per search.

T

thumbnail - Property in Attachment
timestamp - Property in IssueEvent
title - Property in ConfluenceErrorCollection.ConfluenceError
to - Property in ChangelogItem
toJson(Map<String, ?>) - Method in WikiToAdfConverter.1
toString() - Method in Attachment
toString - Property in ChangelogItem
toString() - Method in CommentImpl
toString() - Method in ComponentImpl
toString() - Method in ConfluenceErrorCollection
toString() - Method in ConfluenceErrorCollection.ConfluenceError
toString() - Method in GroupImpl
toString() - Method in IssueImpl
toString() - Method in IssueIterator
toString() - Method in LabelLike
toString() - Method in LazyLoadedIssue
toString() - Method in LazyLoadedProject
toString() - Method in ProjectImpl
toString() - Method in ProjectIterator
toString() - Method in UserImpl
transition(java.lang.String, Closure<?>) - Method in Issue
Transitions the issue using the specified transition name and update specification, example usage:
 Issues.getByKey('SR-100').transition('Start Progress') {
      assignee = 'admin'
      transitionOptions {
          skipConditions()
          skipValidators()
      }
 }
transition(java.lang.String, Closure<?>) - Method in IssueImpl
TypeReferences - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.AttachmentCollectionType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.AttachmentCollectionType() - Constructor in TypeReferences.AttachmentCollectionType
TypeReferences.IssueCollectionType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.IssueCollectionType() - Constructor in TypeReferences.IssueCollectionType
TypeReferences.IssueImplListType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.IssueImplListType() - Constructor in TypeReferences.IssueImplListType
TypeReferences.IssueLinkListType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.IssueLinkListType() - Constructor in TypeReferences.IssueLinkListType
TypeReferences.ProjectComponentCollectionType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.ProjectComponentCollectionType() - Constructor in TypeReferences.ProjectComponentCollectionType
TypeReferences.VersionCollectionType - Class in com.adaptavist.hapi.cloud.utils
TypeReferences.VersionCollectionType() - Constructor in TypeReferences.VersionCollectionType
TypeReferences() - Constructor in TypeReferences

U

unlink(java.lang.String, java.lang.String) - Method in Issue
Removes the link between the current issue and the target issue with the specified link type and issue key.
unlink(java.lang.String, java.lang.String) - Method in IssueImpl
update - Field in AbstractIssuesDelegate
update(Closure<?>) - Method in Component
Updates the properties of the component using a declarative closure.
update(Closure<?>) - Method in ComponentImpl
update(Closure<?>) - Method in Issue
Updates the issue using the provided groovy.lang.Closure specification.
update(Closure<?>) - Method in IssueImpl
update(Closure<?>) - Method in Page
update(Closure<?>) - Method in PageImpl
update(Closure<?>) - Method in Project
Updates the project with the specified changes.
update(Closure<?>) - Method in ProjectImpl
url - Property in ProjectOperationDelegate
User - Interface in com.adaptavist.hapi.cloud.jira.users
user - Property in IssueEvent
UserEntityProperties - Class in com.adaptavist.hapi.cloud.jira.entityproperties
Provides utilities setting and retrieving Entity Properties related to a user.
UserEntityProperties(com.adaptavist.hapi.cloud.jira.users.User) - Constructor in UserEntityProperties
UserImpl - Class in com.adaptavist.hapi.cloud.jira.users
UserImpl.1 - Class in com.adaptavist.hapi.cloud.jira.users
UserImpl.1() - Constructor in UserImpl.1
UserImpl() - Constructor in UserImpl
UserRetrievalException - Class in com.adaptavist.hapi.jira.exceptions.users
UserRetrievalException(com.atlassian.jira.rest.clientv2.model.ErrorCollection) - Constructor in UserRetrievalException
Users - Class in com.adaptavist.hapi.cloud.jira.users
Provides convenience methods for retrieving Jira user information.
Users() - Constructor in Users

V

VERSION_COLLECTION_TYPE - Field in Issue

W

webhookEvent - Property in IssueEvent
WikiToAdfConverter - Class in com.adaptavist.hapi.cloud.utils
WikiToAdfConverter.1 - Class in com.adaptavist.hapi.cloud.utils
WikiToAdfConverter.1() - Constructor in WikiToAdfConverter.1
WikiToAdfConverter() - Constructor in WikiToAdfConverter
withInputStream(InputStreamConsumer<T>) - Method in Attachment
withInputStream(java.io.InputStream) - Method in InputStreamConsumer

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _