Klasse Configuration.ConfigurationBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Configuration.ConfigurationBuilder
- Umschließende Klasse:
Configuration
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungattachmentsEnabled
(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.
-
Methodendetails
-
attachmentsEnabled
Whether the ability to add attachments to issues is enabled.- Gibt zurück:
this
.
-
issueLinkingEnabled
Whether the ability to link issues is enabled.- Gibt zurück:
this
.
-
subTasksEnabled
Whether the ability to create subtasks for issues is enabled.- Gibt zurück:
this
.
-
timeTrackingConfiguration
public Configuration.ConfigurationBuilder timeTrackingConfiguration(ConfigurationTimeTrackingConfiguration timeTrackingConfiguration) - Gibt zurück:
this
.
-
timeTrackingEnabled
Whether the ability to track time is enabled. This property is deprecated.- Gibt zurück:
this
.
-
unassignedIssuesAllowed
Whether the ability to create unassigned issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.- Gibt zurück:
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.- Gibt zurück:
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.- Gibt zurück:
this
.
-
build
-
toString
-