Interface JiraConfiguration.Builder

  • Method Details

    • jiraIssueUrl

      JiraConfiguration.Builder jiraIssueUrl(String jiraIssueUrl)

      The URL of the associated Jira issue.

      Parameters:
      jiraIssueUrl - The URL of the associated Jira issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastSyncedTime

      JiraConfiguration.Builder lastSyncedTime(Instant lastSyncedTime)

      The date and time when the Jira configuration was last synced.

      Parameters:
      lastSyncedTime - The date and time when the Jira configuration was last synced.
      Returns:
      Returns a reference to this object so that method calls can be chained together.