- 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
-
- 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.