Class Configuration.ConfigurationBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Configuration.ConfigurationBuilder
- Enclosing class:
- Configuration
-
Method Summary
Modifier and TypeMethodDescriptionattachmentsEnabled
(Boolean attachmentsEnabled) Whether the ability to add attachments to issues is enabled.build()
issueLinkingEnabled
(Boolean issueLinkingEnabled) Whether the ability to link issues is enabled.subTasksEnabled
(Boolean subTasksEnabled) Whether the ability to create subtasks for issues is enabled.timeTrackingConfiguration
(ConfigurationTimeTrackingConfiguration timeTrackingConfiguration) timeTrackingEnabled
(Boolean timeTrackingEnabled) Whether the ability to track time is enabled.toString()
unassignedIssuesAllowed
(Boolean unassignedIssuesAllowed) Whether the ability to create unassigned issues is enabled.votingEnabled
(Boolean votingEnabled) Whether the ability for users to vote on issues is enabled.watchingEnabled
(Boolean watchingEnabled) Whether the ability for users to watch issues is enabled.
-
Method Details
-
attachmentsEnabled
Whether the ability to add attachments to issues is enabled.- Returns:
this
.
-
issueLinkingEnabled
Whether the ability to link issues is enabled.- Returns:
this
.
-
subTasksEnabled
Whether the ability to create subtasks for issues is enabled.- Returns:
this
.
-
timeTrackingConfiguration
public Configuration.ConfigurationBuilder timeTrackingConfiguration(ConfigurationTimeTrackingConfiguration timeTrackingConfiguration) - Returns:
this
.
-
timeTrackingEnabled
Whether the ability to track time is enabled. This property is deprecated.- Returns:
this
.
-
unassignedIssuesAllowed
Whether the ability to create unassigned issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.- Returns:
this
.
-
votingEnabled
Whether the ability for users to vote on issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.- Returns:
this
.
-
watchingEnabled
Whether the ability for users to watch issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.- Returns:
this
.
-
build
-
toString
-